DnsKeysListResponse constructor

DnsKeysListResponse({
  1. List<DnsKey>? dnsKeys,
  2. ResponseHeader? header,
  3. String? kind,
  4. String? nextPageToken,
})

Implementation

DnsKeysListResponse({
  this.dnsKeys,
  this.header,
  this.kind,
  this.nextPageToken,
});