GetEmailRoutingDnsResultErrorMissing

data class GetEmailRoutingDnsResultErrorMissing(val content: String, val name: String, val priority: Double, val ttl: Double, val type: String)

Constructors

Link copied to clipboard
constructor(content: String, name: String, priority: Double, ttl: Double, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

DNS record content.

Link copied to clipboard

DNS record name (or @ for the zone apex).

Link copied to clipboard

Required for MX, SRV and URI records. Unused by other record types. Records with lower priorities are preferred.

Link copied to clipboard
val ttl: Double

Time to live, in seconds, of the DNS record. Must be between 60 and 86400, or 1 for 'automatic'.

Link copied to clipboard

DNS record type. Available values: "A", "AAAA", "CNAME", "HTTPS", "TXT", "SRV", "LOC", "MX", "NS", "CERT", "DNSKEY", "DS", "NAPTR", "SMIMEA", "SSHFP", "SVCB", "TLSA", "URI".