Struct google_games1::TurnBasedMatchDataRequest [] [src]

pub struct TurnBasedMatchDataRequest {
    pub kind: Option<String>,
    pub data: Option<String>,
}

This is a JSON template for sending a turn-based match data 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#turnBasedMatchDataRequest.

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

Trait Implementations

impl Debug for TurnBasedMatchDataRequest
[src]

Formats the value using the given formatter.

impl Clone for TurnBasedMatchDataRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TurnBasedMatchDataRequest
[src]

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

impl Part for TurnBasedMatchDataRequest
[src]