class Google::Apis::GamesManagementV1management::AchievementResetAllResponse

This is a JSON template for achievement reset all response.

Attributes

kind[RW]

Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#achievementResetAllResponse. Corresponds to the JSON property `kind` @return [String]

results[RW]

The achievement reset results. Corresponds to the JSON property `results` @return [Array<Google::Apis::GamesManagementV1management::AchievementResetResponse>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/games_management_v1management/classes.rb, line 40
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 45
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @results = args[:results] if args.key?(:results)
end