Class TabProperties
Properties of a tab.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class TabProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IconEmoji
Optional. The emoji icon displayed with the tab. A valid emoji icon is represented by a non-empty Unicode string. Any set of characters that don't represent a single emoji is invalid. If an emoji is invalid, a 400 bad request error is returned. If this value is unset or empty, the tab will display the default tab icon.
Declaration
[JsonProperty("iconEmoji")]
public virtual string IconEmoji { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Index
The zero-based index of the tab within the parent.
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
NestingLevel
Output only. The depth of the tab within the document. Root-level tabs start at 0.
Declaration
[JsonProperty("nestingLevel")]
public virtual int? NestingLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ParentTabId
Optional. The ID of the parent tab. Empty when the current tab is a root-level tab, which means it doesn't have any parents.
Declaration
[JsonProperty("parentTabId")]
public virtual string ParentTabId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TabId
Output only. The ID of the tab. This field can't be changed.
Declaration
[JsonProperty("tabId")]
public virtual string TabId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
The user-visible name of the tab.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |