Class: Google::Apps::Chat::V1::ReactionDeletedEventData

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#reaction::Google::Apps::Chat::V1::Reaction

Returns The deleted reaction.

Returns:



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