class Google::Apis::GamesV1::ListPlayerScoreResponse
This is a JSON template for a list of score submission statuses.
Attributes
kind[RW]
Uniquely identifies the type of this resource. Value is always the fixed string games#playerScoreListResponse. Corresponds to the JSON property `kind` @return [String]
submitted_scores[RW]
The score submissions statuses. Corresponds to the JSON property `submittedScores` @return [Array<Google::Apis::GamesV1::PlayerScoreResponse>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/games_v1/classes.rb, line 2554 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_v1/classes.rb, line 2559 def update!(**args) @kind = args[:kind] if args.key?(:kind) @submitted_scores = args[:submitted_scores] if args.key?(:submitted_scores) end