GetZoneFilter

data class GetZoneFilter(val account: GetZoneFilterAccount? = null, val direction: String? = null, val match: String, val name: String? = null, val order: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(account: GetZoneFilterAccount? = null, direction: String? = null, match: String, name: String? = null, order: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val direction: String? = null

Direction to order zones. Available values: "asc", "desc".

Link copied to clipboard

Whether to match all search requirements or at least one (any). Available values: "any", "all".

Link copied to clipboard
val name: String? = null

A domain name. Optional filter operators can be provided to extend refine the search:

Link copied to clipboard
val order: String? = null

Field to order zones by. Available values: "name", "status", "account.id", "account.name".

Link copied to clipboard
val status: String? = null

A zone status Available values: "initializing", "pending", "active", "moved".