ListHostedZonesByNameResponse constructor
ListHostedZonesByNameResponse({})
Implementation
ListHostedZonesByNameResponse({
required this.hostedZones,
required this.isTruncated,
required this.maxItems,
this.dNSName,
this.hostedZoneId,
this.nextDNSName,
this.nextHostedZoneId,
});