Class: Google::Apps::Chat::V1::MatchedUrl
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::MatchedUrl
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/matched_url.rb
Overview
A matched URL in a Chat message. Chat apps can preview matched URLs. For more information, see Preview links.
Instance Attribute Summary collapse
-
#url ⇒ ::String
readonly
Output only.
Instance Attribute Details
#url ⇒ ::String (readonly)
Returns Output only. The URL that was matched.
30 31 32 33 |
# File 'proto_docs/google/chat/v1/matched_url.rb', line 30 class MatchedUrl include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |