ListDnsRecordSetsResponse constructor

ListDnsRecordSetsResponse({
  1. List<DnsRecordSet>? dnsRecordSets,
})

Implementation

ListDnsRecordSetsResponse({
  this.dnsRecordSets,
});