DnsAuthorization constructor

DnsAuthorization({
  1. String? createTime,
  2. String? description,
  3. DnsResourceRecord? dnsResourceRecord,
  4. String? domain,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? type,
  8. String? updateTime,
})

Implementation

DnsAuthorization({
  this.createTime,
  this.description,
  this.dnsResourceRecord,
  this.domain,
  this.labels,
  this.name,
  this.type,
  this.updateTime,
});