Get Page Shield Cookies List Plain Args
data class GetPageShieldCookiesListPlainArgs(val direction: String? = null, val domain: String? = null, val export: String? = null, val hosts: String? = null, val httpOnly: Boolean? = null, val maxItems: Int? = null, val name: String? = null, val orderBy: String? = null, val page: String? = null, val pageUrl: String? = null, val path: String? = null, val perPage: Double? = null, val sameSite: String? = null, val secure: Boolean? = null, val type: String? = null, val zoneId: String) : ConvertibleToJava<GetPageShieldCookiesListPlainArgs>
A collection of arguments for invoking getPageShieldCookiesList.
Constructors
Link copied to clipboard
constructor(direction: String? = null, domain: String? = null, export: String? = null, hosts: String? = null, httpOnly: Boolean? = null, maxItems: Int? = null, name: String? = null, orderBy: String? = null, page: String? = null, pageUrl: String? = null, path: String? = null, perPage: Double? = null, sameSite: String? = null, secure: Boolean? = null, type: String? = null, zoneId: String)