Class CookieIssueInsight
Information about the suggested solution to a cookie issue.
public sealed record CookieIssueInsight : IEquatable<CookieIssueInsight>
- Inheritance
-
CookieIssueInsight
- Implements
- Inherited Members
Constructors
CookieIssueInsight(InsightType)
Information about the suggested solution to a cookie issue.
public CookieIssueInsight(InsightType Type)
Parameters
TypeInsightType
Properties
TableEntryUrl
Link to table entry in third-party cookie migration readiness list.
public string? TableEntryUrl { get; init; }
Property Value
Type
public InsightType Type { get; init; }