Class InsertRichLinkRequest
Inserts a RichLink at the specified location.
Implements
Inherited Members
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 |