Class: Google::Apis::ChatV1::ReactionBatchCreatedEventData

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/chat_v1/classes.rb,
lib/google/apis/chat_v1/representations.rb,
lib/google/apis/chat_v1/representations.rb

Overview

Event payload for multiple new reactions. Event type: google.workspace.chat. reaction.v1.batchCreated

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReactionBatchCreatedEventData

Returns a new instance of ReactionBatchCreatedEventData.



4278
4279
4280
# File 'lib/google/apis/chat_v1/classes.rb', line 4278

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#reactionsArray<Google::Apis::ChatV1::ReactionCreatedEventData>

A list of new reactions. Corresponds to the JSON property reactions



4276
4277
4278
# File 'lib/google/apis/chat_v1/classes.rb', line 4276

def reactions
  @reactions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4283
4284
4285
# File 'lib/google/apis/chat_v1/classes.rb', line 4283

def update!(**args)
  @reactions = args[:reactions] if args.key?(:reactions)
end