class Google::Apis::GamesManagementV1management::AchievementResetMultipleForAllRequest
This is a JSON template for multiple achievements reset all request.
Attributes
achievement_ids[RW]
The IDs of achievements to reset. Corresponds to the JSON property `achievement_ids` @return [Array<String>]
kind[RW]
Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#achievementResetMultipleForAllRequest. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/games_management_v1management/classes.rb, line 66 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 71 def update!(**args) @achievement_ids = args[:achievement_ids] if args.key?(:achievement_ids) @kind = args[:kind] if args.key?(:kind) end