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