BatchGetReportGroupsOutput constructor
BatchGetReportGroupsOutput({
- List<
ReportGroup> ? reportGroups, - List<
String> ? reportGroupsNotFound,
Implementation
BatchGetReportGroupsOutput({
this.reportGroups,
this.reportGroupsNotFound,
});