Show / Hide Table of Contents

Class Location

A particular location in the document.

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

Properties

ETag

The ETag of the item.

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

Index

The zero-based index, in UTF-16 code units. The index is relative to the beginning of the segment specified by segment_id.

Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type Description
int?

SegmentId

The ID of the header, footer or footnote the location is in. An empty segment ID signifies the document's body.

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

TabId

The tab that the location is in. When omitted, the request is applied to the first tab. In a document containing a single tab: - If provided, must match the singular tab's ID. - If omitted, the request applies to the singular tab. In a document containing multiple tabs: - If provided, the request applies to the specified tab. - If omitted, the request applies to the first tab in the document.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX