Class AffectedRequest
Information about a request that is affected by an inspector issue.
public sealed record AffectedRequest : IEquatable<AffectedRequest>
- Inheritance
-
AffectedRequest
- Implements
- Inherited Members
Constructors
AffectedRequest(string)
Information about a request that is affected by an inspector issue.
public AffectedRequest(string Url)
Parameters
Urlstring
Properties
RequestId
The unique request id.
public RequestId? RequestId { get; init; }
Property Value
Url
public string Url { get; init; }