CookieIssueInsight

@Serializable
data class CookieIssueInsight(val type: Audits.InsightType, val tableEntryUrl: String? = null)

Information about the suggested solution to a cookie issue.

Constructors

Link copied to clipboard
constructor(type: Audits.InsightType, tableEntryUrl: String? = null)

Properties

Link copied to clipboard
val tableEntryUrl: String? = null

Link to table entry in third-party cookie migration readiness list.

Link copied to clipboard