Get Dns Record Result
data class GetDnsRecordResult(val comment: String, val commentModifiedOn: String, val content: String, val createdOn: String, val data: GetDnsRecordData, val dnsRecordId: String? = null, val filter: GetDnsRecordFilter? = null, val id: String, val meta: String, val modifiedOn: String, val name: String, val priority: Double, val proxiable: Boolean, val proxied: Boolean, val settings: GetDnsRecordSettings, val tags: List<String>, val tagsModifiedOn: String, val ttl: Double, val type: String, val zoneId: String)
A collection of values returned by getDnsRecord.
Constructors
Link copied to clipboard
constructor(comment: String, commentModifiedOn: String, content: String, createdOn: String, data: GetDnsRecordData, dnsRecordId: String? = null, filter: GetDnsRecordFilter? = null, id: String, meta: String, modifiedOn: String, name: String, priority: Double, proxiable: Boolean, proxied: Boolean, settings: GetDnsRecordSettings, tags: List<String>, tagsModifiedOn: String, ttl: Double, type: String, zoneId: String)
Properties
Link copied to clipboard
When the record comment was last modified. Omitted if there is no comment.
Link copied to clipboard
Components of a CAA record.
Link copied to clipboard
Identifier
Link copied to clipboard
Link copied to clipboard
When the record was last modified.
Link copied to clipboard
Settings for the DNS record.
Link copied to clipboard
When the record tags were last modified. Omitted if there are no tags.