Class: Google::Apis::GamesManagementV1management::PlayerScoreResetAllResponse
- Inherits:
-
Object
- Object
- Google::Apis::GamesManagementV1management::PlayerScoreResetAllResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/games_management_v1management/classes.rb,
generated/google/apis/games_management_v1management/representations.rb,
generated/google/apis/games_management_v1management/representations.rb
Overview
This is a JSON template for a list of leaderboard reset resources.
Instance Attribute Summary collapse
-
#kind ⇒ String
Uniquely identifies the type of this resource.
-
#results ⇒ Array<Google::Apis::GamesManagementV1management::PlayerScoreResetResponse>
The leaderboard reset results.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PlayerScoreResetAllResponse
constructor
A new instance of PlayerScoreResetAllResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PlayerScoreResetAllResponse
Returns a new instance of PlayerScoreResetAllResponse
439 440 441 |
# File 'generated/google/apis/games_management_v1management/classes.rb', line 439 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Uniquely identifies the type of this resource. Value is always the fixed
string gamesManagement#playerScoreResetResponse.
Corresponds to the JSON property kind
432 433 434 |
# File 'generated/google/apis/games_management_v1management/classes.rb', line 432 def kind @kind end |
#results ⇒ Array<Google::Apis::GamesManagementV1management::PlayerScoreResetResponse>
The leaderboard reset results.
Corresponds to the JSON property results
437 438 439 |
# File 'generated/google/apis/games_management_v1management/classes.rb', line 437 def results @results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
444 445 446 447 |
# File 'generated/google/apis/games_management_v1management/classes.rb', line 444 def update!(**args) @kind = args[:kind] if args.key?(:kind) @results = args[:results] if args.key?(:results) end |