UpdateReportGroupOutput constructor

UpdateReportGroupOutput({
  1. ReportGroup? reportGroup,
})

Implementation

UpdateReportGroupOutput({
  this.reportGroup,
});