Class: Google::Apis::ChatV1::ReactionBatchDeletedEventData

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 deleted reactions. Event type: google.workspace. chat.reaction.v1.batchDeleted

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReactionBatchDeletedEventData

Returns a new instance of ReactionBatchDeletedEventData.



4298
4299
4300
# File 'lib/google/apis/chat_v1/classes.rb', line 4298

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

Instance Attribute Details

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

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



4296
4297
4298
# File 'lib/google/apis/chat_v1/classes.rb', line 4296

def reactions
  @reactions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4303
4304
4305
# File 'lib/google/apis/chat_v1/classes.rb', line 4303

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