Struct google_games1::AchievementUpdateMultipleResponse[][src]

pub struct AchievementUpdateMultipleResponse {
    pub kind: Option<String>,
    pub updated_achievements: Option<Vec<AchievementUpdateResponse>>,
}

This is a JSON template for an achievement unlock 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#achievementUpdateListResponse.

The updated state of the achievements.

Trait Implementations

impl Default for AchievementUpdateMultipleResponse
[src]

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

impl Clone for AchievementUpdateMultipleResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AchievementUpdateMultipleResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for AchievementUpdateMultipleResponse
[src]

Auto Trait Implementations