google_api_games v0.0.1 GoogleApi.Games.V1.Model.RoomCreateRequest View Source

This is a JSON template for a room creation request.

Attributes

  • autoMatchingCriteria (RoomAutoMatchingCriteria): Criteria for auto-matching players into this room. Defaults to: null.
  • capabilities (List[String]): The capabilities that this client supports for realtime communication. Defaults to: null.
  • clientAddress (RoomClientAddress): Client address for the player creating the room. Defaults to: null.
  • invitedPlayerIds (List[String]): The player IDs to invite to the room. Defaults to: null.
  • kind (String): Uniquely identifies the type of this resource. Value is always the fixed string games#roomCreateRequest. Defaults to: null.
  • networkDiagnostics (NetworkDiagnostics): Network diagnostics for the client creating the room. Defaults to: null.
  • requestId (String): A randomly generated numeric ID. This number is used at the server to ensure that the request is handled correctly across retries. Defaults to: null.
  • variant (Integer): The variant / mode of the application to be played. This can be any integer value, or left blank. You should use a small number of variants to keep the auto-matching pool as large as possible. Defaults to: null.