Get Resource Record Set Result
data class GetResourceRecordSetResult(val kind: String, val name: String, val routingPolicy: RRSetRoutingPolicyResponse, val rrdatas: List<String>, val signatureRrdatas: List<String>, val ttl: Int, val type: String)
Constructors
Link copied to clipboard
fun GetResourceRecordSetResult(kind: String, name: String, routingPolicy: RRSetRoutingPolicyResponse, rrdatas: List<String>, signatureRrdatas: List<String>, ttl: Int, type: String)