Struct google_games1::PlayerLevel [] [src]

pub struct PlayerLevel {
    pub max_experience_points: Option<String>,
    pub kind: 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.

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

The minimum experience points for this level.

The level for the user.

Trait Implementations

impl Default for PlayerLevel
[src]

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

impl Clone for PlayerLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlayerLevel
[src]

Formats the value using the given formatter.

impl Part for PlayerLevel
[src]