Struct google_games1::Played[][src]

pub struct Played {
    pub auto_matched: Option<bool>,
    pub kind: Option<String>,
    pub time_millis: Option<String>,
}

This is a JSON template for metadata about a player playing a game with the currently authenticated user.

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

Fields

True if the player was auto-matched with the currently authenticated user.

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

The last time the player played the game in milliseconds since the epoch in UTC.

Trait Implementations

impl Default for Played
[src]

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

impl Clone for Played
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Played
[src]

Formats the value using the given formatter. Read more

impl Part for Played
[src]

Auto Trait Implementations

impl Send for Played

impl Sync for Played