DnsKeysListResponse constructor

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

Implementation

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