GetPageShieldCookiesResult

data class GetPageShieldCookiesResult(val cookieId: String, 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, val zoneId: String)

A collection of values returned by getPageShieldCookies.

Constructors

Link copied to clipboard
constructor(cookieId: String, 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, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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
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".

Link copied to clipboard

Identifier