HostingCustomDomainCertVerificationDnsDesiredRecord

data class HostingCustomDomainCertVerificationDnsDesiredRecord(val domainName: String? = null, val rdata: String? = null, val requiredAction: String? = null, val type: String? = null)

Constructors

constructor(domainName: String? = null, rdata: String? = null, requiredAction: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainName: String? = null

The domain name the record pertains to, e.g. foo.bar.com..

Link copied to clipboard
val rdata: String? = null

The data of the record. The meaning of the value depends on record type:

Link copied to clipboard
val requiredAction: String? = null

Indicates the a required action for this record.

Link copied to clipboard
val type: String? = null

The record's type, which determines what data the record contains.