ARecordResponse

data class ARecordResponse(val ipv4Address: String? = null)

An A record.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipv4Address: String? = null

The IPv4 address of this A record.