Class: Google::Apps::Chat::V1::ChatSpaceLinkData
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ChatSpaceLinkData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/annotation.rb
Overview
Data for Chat space links.
Instance Attribute Summary collapse
-
#message ⇒ ::String
The message of the linked Chat space resource.
-
#space ⇒ ::String
The space of the linked Chat space resource.
-
#thread ⇒ ::String
The thread of the linked Chat space resource.
Instance Attribute Details
#message ⇒ ::String
Returns The message of the linked Chat space resource.
Format: spaces/{space}/messages/{message}
.
191 192 193 194 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 191 class ChatSpaceLinkData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#space ⇒ ::String
Returns The space of the linked Chat space resource.
Format: spaces/{space}
.
191 192 193 194 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 191 class ChatSpaceLinkData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#thread ⇒ ::String
Returns The thread of the linked Chat space resource.
Format: spaces/{space}/threads/{thread}
.
191 192 193 194 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 191 class ChatSpaceLinkData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |