Struct google_gamesmanagement1_management::AchievementResetMultipleForAllRequest[][src]

pub struct AchievementResetMultipleForAllRequest {
    pub achievement_ids: Option<Vec<String>>,
    pub kind: Option<String>,
}

This is a JSON template for multiple achievements reset all request.

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

The IDs of achievements to reset.

Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#achievementResetMultipleForAllRequest.

Trait Implementations

impl Default for AchievementResetMultipleForAllRequest
[src]

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

impl Clone for AchievementResetMultipleForAllRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AchievementResetMultipleForAllRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for AchievementResetMultipleForAllRequest
[src]

Auto Trait Implementations