Class RichLinkMetadata
A rich link to a resource. Rich links can be associated with the plain-text
body of the message or represent chips that link to Google Workspace
resources like Google Docs or Sheets with start_index
and length
of 0.
Inheritance
RichLinkMetadata
Assembly: Google.Apps.Chat.V1.dll
public sealed class RichLinkMetadata : IMessage<RichLinkMetadata>, IEquatable<RichLinkMetadata>, IDeepCloneable<RichLinkMetadata>, IBufferMessage, IMessage
Constructors
Declaration
public RichLinkMetadata()
Declaration
public RichLinkMetadata(RichLinkMetadata other)
Parameters
Properties
Data for a Calendar event link.
Declaration
public CalendarEventLinkData CalendarEventLinkData { get; set; }
Property Value
Data for a chat space link.
Declaration
public ChatSpaceLinkData ChatSpaceLinkData { get; set; }
Property Value
Declaration
public RichLinkMetadata.DataOneofCase DataCase { get; }
Property Value
Declaration
public DriveLinkData DriveLinkData { get; set; }
Property Value
Data for a Meet space link.
Declaration
public MeetSpaceLinkData MeetSpaceLinkData { get; set; }
Property Value
Declaration
public RichLinkMetadata.Types.RichLinkType RichLinkType { get; set; }
Property Value
Declaration
public string Uri { get; set; }
Property Value