Class MatchedUrl
A matched URL in a Chat message. Chat apps can preview matched URLs. For more information, see Preview links.
Implements
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 |