GetPageShieldCookiesListResult

data class GetPageShieldCookiesListResult(val domainAttribute: String, val expiresAttribute: String, val firstSeenAt: String, val host: String, val httpOnlyAttribute: Boolean, val id: String, val lastSeenAt: String, val maxAgeAttribute: Int, val name: String, val pageUrls: List<String>, val pathAttribute: String, val sameSiteAttribute: String, val secureAttribute: Boolean, val type: String)

Constructors

Link copied to clipboard
constructor(domainAttribute: String, expiresAttribute: String, firstSeenAt: String, host: String, httpOnlyAttribute: Boolean, id: String, lastSeenAt: String, maxAgeAttribute: Int, name: String, pageUrls: List<String>, pathAttribute: String, sameSiteAttribute: String, secureAttribute: Boolean, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

Identifier

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Available values: "lax", "strict", "none".

Link copied to clipboard
Link copied to clipboard

Available values: "first_party", "unknown".