class Google::Apis::GamesManagementV1management::PlayerScoreResetAllResponse
This is a JSON template for a list of leaderboard reset resources.
Attributes
kind[RW]
Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#playerScoreResetResponse. 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 generated/google/apis/games_management_v1management/classes.rb, line 433 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 438 def update!(**args) @kind = args[:kind] if args.key?(:kind) @results = args[:results] if args.key?(:results) end