GetPageShieldCookiesListPlainArgs

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)

Properties

Link copied to clipboard
val direction: String? = null

The direction used to sort returned cookies.' Available values: "asc", "desc".

Link copied to clipboard
val domain: String? = null

Filters the returned cookies that match the specified domain attribute

Link copied to clipboard
val export: String? = null

Export the list of cookies as a file. Available values: "csv".

Link copied to clipboard
val hosts: String? = null

Includes cookies that match one or more URL-encoded hostnames separated by commas.

Link copied to clipboard
val httpOnly: Boolean? = null
Link copied to clipboard
val maxItems: Int? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val orderBy: String? = null
Link copied to clipboard
val page: String? = null
Link copied to clipboard
val pageUrl: String? = null
Link copied to clipboard
val path: String? = null
Link copied to clipboard
val perPage: Double? = null
Link copied to clipboard
val sameSite: String? = null
Link copied to clipboard
val secure: Boolean? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard

Identifier

Functions

Link copied to clipboard
open override fun toJava(): GetPageShieldCookiesListPlainArgs