ListSharedReportGroupsOutput constructor

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

Implementation

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