Class: Google::Apps::Chat::V1::MatchedUrl

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#url::String (readonly)

Returns Output only. The URL that was matched.

Returns:

  • (::String)

    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