DescribeGameSessionQueuesOutput constructor

DescribeGameSessionQueuesOutput({
  1. List<GameSessionQueue>? gameSessionQueues,
  2. String? nextToken,
})

Implementation

DescribeGameSessionQueuesOutput({
  this.gameSessionQueues,
  this.nextToken,
});