Get Page Shield Cookies Result
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)