Dns Authorization Dns Resource Record
data class DnsAuthorizationDnsResourceRecord(val data: String? = null, val name: String? = null, val type: String? = null)
Properties
Link copied to clipboard
Name of the resource; provided by the client when the resource is created. The name must be 1-64 characters long, and match the regular expression a-zA-Z0-9_-* which means the first character must be a letter, and all following characters must be a dash, underscore, letter or digit.