CaaRecordResponse

data class CaaRecordResponse(val flags: Int? = null, val tag: String? = null, val value: String? = null)

A CAA record.

Constructors

Link copied to clipboard
constructor(flags: Int? = null, tag: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val flags: Int? = null

The flags for this CAA record as an integer between 0 and 255.

Link copied to clipboard
val tag: String? = null

The tag for this CAA record.

Link copied to clipboard
val value: String? = null

The value for this CAA record.