ListHostedZonesResponse constructor
ListHostedZonesResponse({})
Implementation
ListHostedZonesResponse({
required this.hostedZones,
required this.isTruncated,
required this.marker,
required this.maxItems,
this.nextMarker,
});