GetAccountDnsSettingsInternalViewFilter

data class GetAccountDnsSettingsInternalViewFilter(val direction: String, val match: String, val name: GetAccountDnsSettingsInternalViewFilterName? = null, val order: String? = null, val zoneId: String? = null, val zoneName: String? = null)

Constructors

Link copied to clipboard
constructor(direction: String, match: String, name: GetAccountDnsSettingsInternalViewFilterName? = null, order: String? = null, zoneId: String? = null, zoneName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Direction to order DNS views in. Available values: "asc", "desc".

Link copied to clipboard

Whether to match all search requirements or at least one (any). If set to all, acts like a logical AND between filters. If set to any, acts like a logical OR instead. Available values: "any", "all".

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

Field to order DNS views by. Available values: "name", "createdon", "modifiedon".

Link copied to clipboard
val zoneId: String? = null

A zone ID that exists in the zones list for the view.

Link copied to clipboard
val zoneName: String? = null

A zone name that exists in the zones list for the view.