Google Chat V1 API - Class Google::Apps::Chat::V1::CreateReactionRequest (v0.1.1)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::CreateReactionRequest.

Creates a reaction to a message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The message where the reaction is created.

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

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}

#reaction

def reaction() -> ::Google::Apps::Chat::V1::Reaction
Returns

#reaction=

def reaction=(value) -> ::Google::Apps::Chat::V1::Reaction
Parameter
Returns