class Google::Apis::GamesManagementV1management::QuestsResetMultipleForAllRequest
This is a JSON template for multiple quests reset all request.
Attributes
kind[RW]
Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#questsResetMultipleForAllRequest. Corresponds to the JSON property `kind` @return [String]
quest_ids[RW]
The IDs of quests to reset. Corresponds to the JSON property `quest_ids` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/games_management_v1management/classes.rb, line 495 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/games_management_v1management/classes.rb, line 500 def update!(**args) @kind = args[:kind] if args.key?(:kind) @quest_ids = args[:quest_ids] if args.key?(:quest_ids) end