Show / Hide Table of Contents

Class MatchedUrl

A matched URL in a Chat message. Chat apps can preview matched URLs. For more information, see Preview links.

Inheritance
object
MatchedUrl
Implements
IMessage<MatchedUrl>
IEquatable<MatchedUrl>
IDeepCloneable<MatchedUrl>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class MatchedUrl : IMessage<MatchedUrl>, IEquatable<MatchedUrl>, IDeepCloneable<MatchedUrl>, IBufferMessage, IMessage

Constructors

MatchedUrl()

Declaration
public MatchedUrl()

MatchedUrl(MatchedUrl)

Declaration
public MatchedUrl(MatchedUrl other)
Parameters
Type Name Description
MatchedUrl other

Properties

Url

Output only. The URL that was matched.

Declaration
public string Url { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX