Show / Hide Table of Contents

Class RichLink

A link to a Google resource (such as a file in Drive, a YouTube video, or a Calendar event).

Inheritance
object
RichLink
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.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class RichLink : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RichLinkId

Output only. The ID of this link.

Declaration
[JsonProperty("richLinkId")]
public virtual string RichLinkId { get; set; }
Property Value
Type Description
string

RichLinkProperties

Output only. The properties of this RichLink. This field is always present.

Declaration
[JsonProperty("richLinkProperties")]
public virtual RichLinkProperties RichLinkProperties { get; set; }
Property Value
Type Description
RichLinkProperties

SuggestedDeletionIds

IDs for suggestions that remove this link from the document. A RichLink might have multiple deletion IDs if, for example, multiple users suggest deleting it. If empty, then this person link isn't suggested for deletion.

Declaration
[JsonProperty("suggestedDeletionIds")]
public virtual IList<string> SuggestedDeletionIds { get; set; }
Property Value
Type Description
IList<string>

SuggestedInsertionIds

IDs for suggestions that insert this link into the document. A RichLink might have multiple insertion IDs if it's a nested suggested change (a suggestion within a suggestion made by a different user, for example). If empty, then this person link isn't a suggested insertion.

Declaration
[JsonProperty("suggestedInsertionIds")]
public virtual IList<string> SuggestedInsertionIds { get; set; }
Property Value
Type Description
IList<string>

SuggestedTextStyleChanges

The suggested text style changes to this RichLink, keyed by suggestion ID.

Declaration
[JsonProperty("suggestedTextStyleChanges")]
public virtual IDictionary<string, SuggestedTextStyle> SuggestedTextStyleChanges { get; set; }
Property Value
Type Description
IDictionary<string, SuggestedTextStyle>

TextStyle

The text style of this RichLink.

Declaration
[JsonProperty("textStyle")]
public virtual TextStyle TextStyle { get; set; }
Property Value
Type Description
TextStyle

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX