GetAccountDnsSettingsInternalViewsName

data class GetAccountDnsSettingsInternalViewsName(val contains: String? = null, val endswith: String? = null, val exact: String? = null, val startswith: String? = null) : ConvertibleToJava<GetAccountDnsSettingsInternalViewsName>

Constructors

Link copied to clipboard
constructor(contains: String? = null, endswith: String? = null, exact: String? = null, startswith: String? = null)

Properties

Link copied to clipboard
val contains: String? = null

Substring of the DNS view name.

Link copied to clipboard
val endswith: String? = null

Suffix of the DNS view name.

Link copied to clipboard
val exact: String? = null

Exact value of the DNS view name.

Link copied to clipboard
val startswith: String? = null

Prefix of the DNS view name.

Functions

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