BatchGetReportGroupsOutput constructor

BatchGetReportGroupsOutput({
  1. List<ReportGroup>? reportGroups,
  2. List<String>? reportGroupsNotFound,
})

Implementation

BatchGetReportGroupsOutput({
  this.reportGroups,
  this.reportGroupsNotFound,
});