Struct google_games1::GamesAchievementIncrement [] [src]

pub struct GamesAchievementIncrement {
    pub kind: Option<String>,
    pub steps: Option<i32>,
    pub request_id: Option<String>,
}

This is a JSON template for the payload to request to increment an achievement.

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

Fields

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

The number of steps to be incremented.

The requestId associated with an increment to an achievement.

Trait Implementations

impl Debug for GamesAchievementIncrement
[src]

Formats the value using the given formatter.

impl Clone for GamesAchievementIncrement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for GamesAchievementIncrement
[src]

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

impl Part for GamesAchievementIncrement
[src]