ListGameServerGroupsOutput constructor
ListGameServerGroupsOutput({
- List<
GameServerGroup> ? gameServerGroups, - String? nextToken,
Implementation
ListGameServerGroupsOutput({
this.gameServerGroups,
this.nextToken,
});