class Google::Apis::GamesManagementV1management::EventsResetMultipleForAllRequest

This is a JSON template for multiple events reset all request.

Attributes

event_ids[RW]

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

kind[RW]

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

Public Class Methods

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