Struct google_games1::TurnBasedMatchData [] [src]

pub struct TurnBasedMatchData {
    pub data: Option<String>,
    pub kind: Option<String>,
    pub data_available: Option<bool>,
}

This is a JSON template for a turn-based match data object.

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

Fields

The byte representation of the data (limited to 128 kB), as a Base64-encoded string with the URL_SAFE encoding option.

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

True if this match has data available but it wasn't returned in a list response; fetching the match individually will retrieve this data.

Trait Implementations

impl Debug for TurnBasedMatchData
[src]

Formats the value using the given formatter.

impl Clone for TurnBasedMatchData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TurnBasedMatchData
[src]

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

impl Part for TurnBasedMatchData
[src]