ListReportGroupsOutput constructor

ListReportGroupsOutput({
  1. String? nextToken,
  2. List<String>? reportGroups,
})

Implementation

ListReportGroupsOutput({
  this.nextToken,
  this.reportGroups,
});