GetAccountDnsSettingsInternalViewsPlainArgs

data class GetAccountDnsSettingsInternalViewsPlainArgs(val accountId: String, val direction: String? = null, val match: String? = null, val maxItems: Int? = null, val name: GetAccountDnsSettingsInternalViewsName? = null, val order: String? = null, val zoneId: String? = null, val zoneName: String? = null) : ConvertibleToJava<GetAccountDnsSettingsInternalViewsPlainArgs>

A collection of arguments for invoking getAccountDnsSettingsInternalViews.

Constructors

constructor(accountId: String, direction: String? = null, match: String? = null, maxItems: Int? = null, name: GetAccountDnsSettingsInternalViewsName? = null, order: String? = null, zoneId: String? = null, zoneName: String? = null)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val direction: String? = null

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

Link copied to clipboard
val match: String? = null

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
val maxItems: Int? = null

Max items to fetch, default: 1000

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.

Functions

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