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.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class RichLinkMetadata : IDirectResponseSchema
Properties
CalendarEventLinkData
Data for a Calendar event link.
Declaration
[JsonProperty("calendarEventLinkData")]
public virtual CalendarEventLinkData CalendarEventLinkData { get; set; }
Property Value
| Type | Description |
|---|---|
| CalendarEventLinkData |
ChatSpaceLinkData
Data for a chat space link.
Declaration
[JsonProperty("chatSpaceLinkData")]
public virtual ChatSpaceLinkData ChatSpaceLinkData { get; set; }
Property Value
| Type | Description |
|---|---|
| ChatSpaceLinkData |
DriveLinkData
Data for a drive link.
Declaration
[JsonProperty("driveLinkData")]
public virtual DriveLinkData DriveLinkData { get; set; }
Property Value
| Type | Description |
|---|---|
| DriveLinkData |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MeetSpaceLinkData
Data for a Meet space link.
Declaration
[JsonProperty("meetSpaceLinkData")]
public virtual MeetSpaceLinkData MeetSpaceLinkData { get; set; }
Property Value
| Type | Description |
|---|---|
| MeetSpaceLinkData |
RichLinkType
The rich link type.
Declaration
[JsonProperty("richLinkType")]
public virtual string RichLinkType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
The URI of this link.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |