Struct google_gamesmanagement1_management::HiddenPlayer [] [src]

pub struct HiddenPlayer {
    pub player: Option<Player>,
    pub kind: Option<String>,
    pub hidden_time_millis: Option<String>,
}

This is a JSON template for the HiddenPlayer resource.

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

Fields

The player information.

Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#hiddenPlayer.

The time this player was hidden.

Trait Implementations

impl Debug for HiddenPlayer
[src]

Formats the value using the given formatter.

impl Clone for HiddenPlayer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for HiddenPlayer
[src]

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

impl Part for HiddenPlayer
[src]