CreateReportGroupOutput constructor

CreateReportGroupOutput({
  1. ReportGroup? reportGroup,
})

Implementation

CreateReportGroupOutput({
  this.reportGroup,
});