Class: Google::Apis::ChatV1::ReactionDeletedEventData

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 a deleted reaction. Type: google.workspace.chat.reaction.v1. deleted

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReactionDeletedEventData

Returns a new instance of ReactionDeletedEventData.



4764
4765
4766
# File 'lib/google/apis/chat_v1/classes.rb', line 4764

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

Instance Attribute Details

#reactionGoogle::Apis::ChatV1::Reaction

A reaction to a message. Corresponds to the JSON property reaction



4762
4763
4764
# File 'lib/google/apis/chat_v1/classes.rb', line 4762

def reaction
  @reaction
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4769
4770
4771
# File 'lib/google/apis/chat_v1/classes.rb', line 4769

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