Class: Google::Apps::Chat::V1::CreateReactionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/reaction.rb

Overview

Creates a reaction to a message.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The message where the reaction is created.

Format: spaces/{space}/messages/{message}.

Returns:

  • (::String)

    Required. The message where the reaction is created.

    Format: spaces/{space}/messages/{message}



83
84
85
86
# File 'proto_docs/google/chat/v1/reaction.rb', line 83

class CreateReactionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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

Returns Required. The reaction to create.

Returns:



83
84
85
86
# File 'proto_docs/google/chat/v1/reaction.rb', line 83

class CreateReactionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end