MxRecordResponse

data class MxRecordResponse(val exchange: String? = null, val preference: Int? = null)

An MX record.

Constructors

Link copied to clipboard
constructor(exchange: String? = null, preference: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exchange: String? = null

The domain name of the mail host for this MX record.

Link copied to clipboard
val preference: Int? = null

The preference value for this MX record.