ListGroupsOutput constructor
ListGroupsOutput({
- List<
GroupIdentifier> ? groupIdentifiers, - List<
Group> ? groups, - String? nextToken,
Implementation
ListGroupsOutput({
this.groupIdentifiers,
this.groups,
this.nextToken,
});