Struct google_gamesmanagement1_management::GamesPlayedResource[][src]

pub struct GamesPlayedResource {
    pub auto_matched: Option<bool>,
    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.

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

Trait Implementations

impl Default for GamesPlayedResource
[src]

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

impl Clone for GamesPlayedResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GamesPlayedResource
[src]

Formats the value using the given formatter. Read more

impl Part for GamesPlayedResource
[src]

Auto Trait Implementations