Class BlockedByResponseIssueDetails
BlockedByResponseIssueDetails
public sealed class BlockedByResponseIssueDetails
- Inheritance
-
BlockedByResponseIssueDetails
- Inherited Members
Properties
Frame
frame
[JsonPropertyName("frame")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AffectedFrame Frame { get; set; }
Property Value
Reason
reason
[JsonPropertyName("reason")]
public BlockedByResponseReason Reason { get; set; }
Property Value
Request
request
[JsonPropertyName("request")]
public AffectedRequest Request { get; set; }