class Google::Apis::GamesManagementV1management::EventsResetMultipleForAllRequest
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 lib/google/apis/games_management_v1management/classes.rb, line 134 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 139 def update!(**args) @event_ids = args[:event_ids] if args.key?(:event_ids) @kind = args[:kind] if args.key?(:kind) end