Class: Google::Apps::Chat::V1::GetMessageRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::GetMessageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/message.rb
Overview
Request to get a message.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the message.
Format: spaces/{space}/messages/{message}
If you've set a custom ID for your message, you can use the value from the
clientAssignedMessageId
field for {message}
. For details, see Name a
message.
369 370 371 372 |
# File 'proto_docs/google/chat/v1/message.rb', line 369 class GetMessageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |