Struct google_gamesmanagement1_management::GamesPlayerLevelResource[][src]

pub struct GamesPlayerLevelResource {
    pub max_experience_points: Option<String>,
    pub min_experience_points: Option<String>,
    pub level: Option<i32>,
}

This is a JSON template for 1P/3P metadata about a user's level.

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

Fields

The maximum experience points for this level.

The minimum experience points for this level.

The level for the user.

Trait Implementations

impl Default for GamesPlayerLevelResource
[src]

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

impl Clone for GamesPlayerLevelResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GamesPlayerLevelResource
[src]

Formats the value using the given formatter. Read more

impl Part for GamesPlayerLevelResource
[src]

Auto Trait Implementations