Class RichLinkMetadata
A rich link to a resource.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class RichLinkMetadata : IDirectResponseSchema
Properties
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 |
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 |