Class CookieIssueInsight
Information about the suggested solution to a cookie issue.
public sealed class CookieIssueInsight
- Inheritance
-
CookieIssueInsight
- Inherited Members
Properties
TableEntryUrl
Link to table entry in third-party cookie migration readiness list.
[JsonPropertyName("tableEntryUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? TableEntryUrl { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public InsightType Type { get; set; }