ListGameServerGroupsOutput constructor

ListGameServerGroupsOutput({
  1. List<GameServerGroup>? gameServerGroups,
  2. String? nextToken,
})

Implementation

ListGameServerGroupsOutput({
  this.gameServerGroups,
  this.nextToken,
});