class Google::Apis::GamesManagementV1management::ScoresResetMultipleForAllRequest

Attributes

kind[RW]

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

leaderboard_ids[RW]

The IDs of leaderboards to reset. Corresponds to the JSON property `leaderboard_ids` @return [Array<String>]

Public Class Methods

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