GameSessionQueue constructor

GameSessionQueue({
  1. List<GameSessionQueueDestination>? destinations,
  2. String? gameSessionQueueArn,
  3. String? name,
  4. List<PlayerLatencyPolicy>? playerLatencyPolicies,
  5. int? timeoutInSeconds,
})

Implementation

GameSessionQueue({
  this.destinations,
  this.gameSessionQueueArn,
  this.name,
  this.playerLatencyPolicies,
  this.timeoutInSeconds,
});