Show / Hide Table of Contents

Class RichLinkMetadata

A rich link to a resource.

Inheritance
object
RichLinkMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX