DnsKeysListResponse constructor
DnsKeysListResponse({
- List<
DnsKey> ? dnsKeys, - ResponseHeader? header,
- String? kind,
- String? nextPageToken,
Implementation
DnsKeysListResponse({
this.dnsKeys,
this.header,
this.kind,
this.nextPageToken,
});