Get Record Result
data class GetRecordResult(val content: String? = null, val hostname: String, val id: String, val priority: Int? = null, val proxiable: Boolean, val proxied: Boolean, val ttl: Int, val type: String? = null, val value: String, val zoneId: String, val zoneName: String)
A collection of values returned by getRecord.