Show / Hide Table of Contents

Class InsertRichLinkRequest

Inserts a RichLink at the specified location.

Inheritance
object
InsertRichLinkRequest
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 InsertRichLinkRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EndOfSegmentLocation

Inserts the rich link at the end of a header, footer, footnote or the document body.

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

Location

Inserts the rich link at a specific index in the document. The rich link must be inserted inside the bounds of an existing Paragraph. For instance, it cannot be inserted at a table's start index (i.e. between the table and its preceding paragraph). The rich link cannot be inserted inside an equation.

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

RichLinkProperties

The properties of the rich link to insert.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX