GetDnsZoneResponse constructor

GetDnsZoneResponse({
  1. DnsZone? consumerPeeringZone,
  2. DnsZone? producerPrivateZone,
})

Implementation

GetDnsZoneResponse({
  this.consumerPeeringZone,
  this.producerPrivateZone,
});