AaaaRecordResponse

data class AaaaRecordResponse(val ipv6Address: String? = null)

An AAAA record.

Constructors

Link copied to clipboard
constructor(ipv6Address: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipv6Address: String? = null

The IPv6 address of this AAAA record.