Struct google_games1::AchievementRevealResponse [] [src]

pub struct AchievementRevealResponse {
    pub kind: Option<String>,
    pub current_state: Option<String>,
}

This is a JSON template for an achievement reveal response

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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

The current state of the achievement for which a reveal was attempted. This might be UNLOCKED if the achievement was already unlocked. Possible values are:
- "REVEALED" - Achievement is revealed. - "UNLOCKED" - Achievement is unlocked.

Trait Implementations

impl Default for AchievementRevealResponse
[src]

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

impl Clone for AchievementRevealResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AchievementRevealResponse
[src]

Formats the value using the given formatter.

impl ResponseResult for AchievementRevealResponse
[src]