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

ID of the Private Zone Record.

Link copied to clipboard

Priority of the Private Zone Record.

Link copied to clipboard

RecordId of the Private Zone Record.

Link copied to clipboard

Remark of the Private Zone Record.

Link copied to clipboard

Resource record of the Private Zone Record.

Link copied to clipboard
val rr: String

Rr of the Private Zone Record.

Link copied to clipboard

Resolve record status. Value:

Link copied to clipboard
val ttl: Int

Ttl of the Private Zone Record.

Link copied to clipboard

Type of the Private Zone Record.

Link copied to clipboard

Value of the Private Zone Record.