Class: Google::Apis::ChatV1::ReactionBatchDeletedEventData
- Inherits:
-
Object
- Object
- Google::Apis::ChatV1::ReactionBatchDeletedEventData
- 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 deleted reactions. Event type: google.workspace.
chat.reaction.v1.batchDeleted
Instance Attribute Summary collapse
-
#reactions ⇒ Array<Google::Apis::ChatV1::ReactionDeletedEventData>
A list of deleted reactions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReactionBatchDeletedEventData
constructor
A new instance of ReactionBatchDeletedEventData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReactionBatchDeletedEventData
Returns a new instance of ReactionBatchDeletedEventData.
4724 4725 4726 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4724 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reactions ⇒ Array<Google::Apis::ChatV1::ReactionDeletedEventData>
A list of deleted reactions.
Corresponds to the JSON property reactions
4722 4723 4724 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4722 def reactions @reactions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4729 4730 4731 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4729 def update!(**args) @reactions = args[:reactions] if args.key?(:reactions) end |