Struct google_games1::TurnBasedAutoMatchingCriteria [] [src]

pub struct TurnBasedAutoMatchingCriteria {
    pub kind: Option<String>,
    pub min_auto_matching_players: Option<i32>,
    pub exclusive_bitmask: Option<String>,
    pub max_auto_matching_players: Option<i32>,
}

This is a JSON template for an turn-based auto-match criteria object.

This type is not used in any activity, and only used as part of another schema.

Fields

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedAutoMatchingCriteria.

The minimum number of players that should be added to the match by auto-matching.

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.

The maximum number of players that should be added to the match by auto-matching.

Trait Implementations

impl Debug for TurnBasedAutoMatchingCriteria
[src]

Formats the value using the given formatter.

impl Clone for TurnBasedAutoMatchingCriteria
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TurnBasedAutoMatchingCriteria
[src]

Returns the "default value" for a type. Read more

impl Part for TurnBasedAutoMatchingCriteria
[src]