GameSessionPlacement constructor

GameSessionPlacement({
  1. String? dnsName,
  2. DateTime? endTime,
  3. List<GameProperty>? gameProperties,
  4. String? gameSessionArn,
  5. String? gameSessionData,
  6. String? gameSessionId,
  7. String? gameSessionName,
  8. String? gameSessionQueueName,
  9. String? gameSessionRegion,
  10. String? ipAddress,
  11. String? matchmakerData,
  12. int? maximumPlayerSessionCount,
  13. List<PlacedPlayerSession>? placedPlayerSessions,
  14. String? placementId,
  15. List<PlayerLatency>? playerLatencies,
  16. int? port,
  17. DateTime? startTime,
  18. GameSessionPlacementState? status,
})

Implementation

GameSessionPlacement({
  this.dnsName,
  this.endTime,
  this.gameProperties,
  this.gameSessionArn,
  this.gameSessionData,
  this.gameSessionId,
  this.gameSessionName,
  this.gameSessionQueueName,
  this.gameSessionRegion,
  this.ipAddress,
  this.matchmakerData,
  this.maximumPlayerSessionCount,
  this.placedPlayerSessions,
  this.placementId,
  this.playerLatencies,
  this.port,
  this.startTime,
  this.status,
});