AddDnsZoneRequest constructor

AddDnsZoneRequest({
  1. String? consumerNetwork,
  2. String? dnsSuffix,
  3. String? name,
})

Implementation

AddDnsZoneRequest({
  this.consumerNetwork,
  this.dnsSuffix,
  this.name,
});