DescribeGameSessionQueuesOutput constructor
DescribeGameSessionQueuesOutput({
- List<
GameSessionQueue> ? gameSessionQueues, - String? nextToken,
Implementation
DescribeGameSessionQueuesOutput({
this.gameSessionQueues,
this.nextToken,
});