GetAccountDnsSettingsInternalViewResult

data class GetAccountDnsSettingsInternalViewResult(val accountId: String, val createdTime: String, val filter: GetAccountDnsSettingsInternalViewFilter? = null, val id: String, val modifiedTime: String, val name: String, val viewId: String? = null, val zones: List<String>)

A collection of values returned by getAccountDnsSettingsInternalView.

Constructors

Link copied to clipboard
constructor(accountId: String, createdTime: String, filter: GetAccountDnsSettingsInternalViewFilter? = null, id: String, modifiedTime: String, name: String, viewId: String? = null, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

When the view was created.

Link copied to clipboard
Link copied to clipboard
val id: String

Identifier

Link copied to clipboard

When the view was last modified.

Link copied to clipboard

The name of the view.

Link copied to clipboard
val viewId: String? = null

Identifier

Link copied to clipboard

The list of zones linked to this view.