UpdateHostedZoneCommentRequest constructor

UpdateHostedZoneCommentRequest({
  1. required String id,
  2. String? comment,
})

Implementation

UpdateHostedZoneCommentRequest({
  required this.id,
  this.comment,
});