class Google::Apis::GamesManagementV1management::PlayerScoreResetAllResponse

A list of leaderboard reset resources.

Attributes

kind[RW]

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

results[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/games_management_v1management/classes.rb, line 402
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/games_management_v1management/classes.rb, line 407
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @results = args[:results] if args.key?(:results)
end