UpdateHostedZoneCommentResponse constructor

UpdateHostedZoneCommentResponse({
  1. required HostedZone hostedZone,
})

Implementation

UpdateHostedZoneCommentResponse({
  required this.hostedZone,
});