Struct google_gamesmanagement1_management::QuestsResetMultipleForAllRequest[][src]

pub struct QuestsResetMultipleForAllRequest {
    pub quest_ids: Option<Vec<String>>,
    pub kind: Option<String>,
}

This is a JSON template for multiple quests 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 quests to reset.

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

Trait Implementations

impl Default for QuestsResetMultipleForAllRequest
[src]

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

impl Clone for QuestsResetMultipleForAllRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QuestsResetMultipleForAllRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for QuestsResetMultipleForAllRequest
[src]

Auto Trait Implementations