Class AssociatedCookie
AssociatedCookie
public sealed class AssociatedCookie
- Inheritance
-
AssociatedCookie
- Inherited Members
Properties
BlockedReasons
blockedReasons
[JsonPropertyName("blockedReasons")]
public CookieBlockedReason[] BlockedReasons { get; set; }
Property Value
Cookie
cookie
[JsonPropertyName("cookie")]
public Cookie Cookie { get; set; }
Property Value
ExemptionReason
exemptionReason
[JsonPropertyName("exemptionReason")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CookieExemptionReason? ExemptionReason { get; set; }