MatchmakingConfiguration constructor

MatchmakingConfiguration({
  1. bool? acceptanceRequired,
  2. int? acceptanceTimeoutSeconds,
  3. int? additionalPlayerCount,
  4. BackfillMode? backfillMode,
  5. String? configurationArn,
  6. DateTime? creationTime,
  7. String? customEventData,
  8. String? description,
  9. FlexMatchMode? flexMatchMode,
  10. List<GameProperty>? gameProperties,
  11. String? gameSessionData,
  12. List<String>? gameSessionQueueArns,
  13. String? name,
  14. String? notificationTarget,
  15. int? requestTimeoutSeconds,
  16. String? ruleSetArn,
  17. String? ruleSetName,
})

Implementation

MatchmakingConfiguration({
  this.acceptanceRequired,
  this.acceptanceTimeoutSeconds,
  this.additionalPlayerCount,
  this.backfillMode,
  this.configurationArn,
  this.creationTime,
  this.customEventData,
  this.description,
  this.flexMatchMode,
  this.gameProperties,
  this.gameSessionData,
  this.gameSessionQueueArns,
  this.name,
  this.notificationTarget,
  this.requestTimeoutSeconds,
  this.ruleSetArn,
  this.ruleSetName,
});