Class: Google::Apis::ChatV1::ReactionCreatedEventData
- Inherits:
-
Object
- Object
- Google::Apis::ChatV1::ReactionCreatedEventData
- 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 new reaction. Event type: google.workspace.chat.reaction.
v1.created
Instance Attribute Summary collapse
-
#reaction ⇒ Google::Apis::ChatV1::Reaction
A reaction to a message.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReactionCreatedEventData
constructor
A new instance of ReactionCreatedEventData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReactionCreatedEventData
Returns a new instance of ReactionCreatedEventData.
4744 4745 4746 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4744 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reaction ⇒ Google::Apis::ChatV1::Reaction
A reaction to a message.
Corresponds to the JSON property reaction
4742 4743 4744 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4742 def reaction @reaction end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4749 4750 4751 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4749 def update!(**args) @reaction = args[:reaction] if args.key?(:reaction) end |