ListGameServersOutput constructor
ListGameServersOutput({
- List<
GameServer> ? gameServers, - String? nextToken,
Implementation
ListGameServersOutput({
this.gameServers,
this.nextToken,
});