Class: Google::Apis::ChatV1::ReactionBatchCreatedEventData
- Inherits:
-
Object
- Object
- Google::Apis::ChatV1::ReactionBatchCreatedEventData
- 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
-
#reactions ⇒ Array<Google::Apis::ChatV1::ReactionCreatedEventData>
A list of new reactions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReactionBatchCreatedEventData
constructor
A new instance of ReactionBatchCreatedEventData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReactionBatchCreatedEventData
Returns a new instance of ReactionBatchCreatedEventData.
4704 4705 4706 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4704 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reactions ⇒ Array<Google::Apis::ChatV1::ReactionCreatedEventData>
A list of new reactions.
Corresponds to the JSON property reactions
4702 4703 4704 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4702 def reactions @reactions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4709 4710 4711 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4709 def update!(**args) @reactions = args[:reactions] if args.key?(:reactions) end |