ListGroupsOutput constructor

ListGroupsOutput({
  1. List<GroupIdentifier>? groupIdentifiers,
  2. List<Group>? groups,
  3. String? nextToken,
})

Implementation

ListGroupsOutput({
  this.groupIdentifiers,
  this.groups,
  this.nextToken,
});