Class CookieDeprecationMetadataIssueDetails
CookieDeprecationMetadataIssueDetails
public sealed class CookieDeprecationMetadataIssueDetails
- Inheritance
-
CookieDeprecationMetadataIssueDetails
- Inherited Members
Properties
AllowedSites
allowedSites
[JsonPropertyName("allowedSites")]
public string[] AllowedSites { get; set; }
Property Value
- string[]
IsOptOutTopLevel
isOptOutTopLevel
[JsonPropertyName("isOptOutTopLevel")]
public bool IsOptOutTopLevel { get; set; }
Property Value
Operation
operation
[JsonPropertyName("operation")]
public CookieOperation Operation { get; set; }
Property Value
OptOutPercentage
optOutPercentage
[JsonPropertyName("optOutPercentage")]
public double OptOutPercentage { get; set; }