GetZoneRecordsRecord

data class GetZoneRecordsRecord(val id: String, val priority: Int, val recordId: String, val remark: String, val resourceRecord: String, val rr: String, val status: String, val ttl: Int, val type: String, val value: String)

Constructors

Link copied to clipboard
constructor(id: String, priority: Int, recordId: String, remark: String, resourceRecord: String, rr: String, status: String, ttl: Int, type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Private Zone Record.

Link copied to clipboard

The priority of the MX record.

Link copied to clipboard

The ID of the Record.

Link copied to clipboard

The description of the Private Zone Record.

Link copied to clipboard

The hostname of the Private Zone Record.

Link copied to clipboard
val rr: String

The hostname of the Private Zone Record.

Link copied to clipboard

The status of the Resolve record. Valid values:

Link copied to clipboard
val ttl: Int

The time to live (TTL) of the Private Zone Record.

Link copied to clipboard

The type of the Private Zone Record.

Link copied to clipboard

The value of the Private Zone Record.