GetAccountDnsSettingsInternalViewsResult

data class GetAccountDnsSettingsInternalViewsResult(val createdTime: String, val id: String, val modifiedTime: String, val name: String, val zones: List<String>)

Constructors

Link copied to clipboard
constructor(createdTime: String, id: String, modifiedTime: String, name: String, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the view was created.

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

The list of zones linked to this view.