Class: Google::Apps::Chat::V1::ReactionDeletedEventData
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ReactionDeletedEventData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/event_payload.rb
Overview
Event payload for a deleted reaction.
Type: google.workspace.chat.reaction.v1.deleted
Instance Attribute Summary collapse
-
#reaction ⇒ ::Google::Apps::Chat::V1::Reaction
The deleted reaction.
Instance Attribute Details
#reaction ⇒ ::Google::Apps::Chat::V1::Reaction
Returns The deleted reaction.
196 197 198 199 |
# File 'proto_docs/google/chat/v1/event_payload.rb', line 196 class ReactionDeletedEventData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |