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

This is a JSON template for a room auto-match criteria object.

Attributes

  • exclusiveBitmask (String): A bitmask indicating when auto-matches are valid. When ANDed with other exclusive bitmasks, the result must be zero. Can be used to support exclusive roles within a game. Defaults to: null.
  • kind (String): Uniquely identifies the type of this resource. Value is always the fixed string games#roomAutoMatchingCriteria. Defaults to: null.
  • maxAutoMatchingPlayers (Integer): The maximum number of players that should be added to the room by auto-matching. Defaults to: null.
  • minAutoMatchingPlayers (Integer): The minimum number of players that should be added to the room by auto-matching. Defaults to: null.