Struct google_games1::TurnBasedMatchModification[][src]

pub struct TurnBasedMatchModification {
    pub kind: Option<String>,
    pub modified_timestamp_millis: Option<String>,
    pub participant_id: Option<String>,
}

This is a JSON template for turn-based match modification metadata.

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#turnBasedMatchModification.

The timestamp at which they modified the match, in milliseconds since the epoch in UTC.

The ID of the participant that modified the match.

Trait Implementations

impl Default for TurnBasedMatchModification
[src]

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

impl Clone for TurnBasedMatchModification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TurnBasedMatchModification
[src]

Formats the value using the given formatter. Read more

impl Part for TurnBasedMatchModification
[src]

Auto Trait Implementations