GetCustomPagesListPlainArgs

data class GetCustomPagesListPlainArgs(val accountId: String? = null, val maxItems: Int? = null, val zoneId: String? = null) : ConvertibleToJava<GetCustomPagesListPlainArgs>

A collection of arguments for invoking getCustomPagesList.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, maxItems: Int? = null, zoneId: String? = null)

Properties

Link copied to clipboard
val accountId: String? = null

The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val zoneId: String? = null

The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.

Functions

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