EmailRoutingDnsResult

data class EmailRoutingDnsResult(val content: String? = null, val errors: List<EmailRoutingDnsResultError>? = null, val name: String? = null, val priority: Double? = null, val records: List<EmailRoutingDnsResultRecord>? = null, val ttl: Double? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(content: String? = null, errors: List<EmailRoutingDnsResultError>? = null, name: String? = null, priority: Double? = null, records: List<EmailRoutingDnsResultRecord>? = null, ttl: Double? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

DNS record content.

Link copied to clipboard
Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val priority: Double? = null

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

Link copied to clipboard
Link copied to clipboard
val ttl: Double? = null

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

Link copied to clipboard
val type: String? = null

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