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