Struct google_games1::GamesAchievementSetStepsAtLeast[][src]

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

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#GamesAchievementSetStepsAtLeast.

The minimum number of steps for the achievement to be set to.

Trait Implementations

impl Default for GamesAchievementSetStepsAtLeast
[src]

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

impl Clone for GamesAchievementSetStepsAtLeast
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GamesAchievementSetStepsAtLeast
[src]

Formats the value using the given formatter. Read more

impl Part for GamesAchievementSetStepsAtLeast
[src]

Auto Trait Implementations