Class Tab
A tab in a document.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class Tab : IDirectResponseSchema
Properties
ChildTabs
The child tabs nested within this tab.
Declaration
[JsonProperty("childTabs")]
public virtual IList<Tab> ChildTabs { get; set; }
Property Value
Type | Description |
---|---|
IList<Tab> |
DocumentTab
A tab with document contents, like text and images.
Declaration
[JsonProperty("documentTab")]
public virtual DocumentTab DocumentTab { get; set; }
Property Value
Type | Description |
---|---|
DocumentTab |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TabProperties
The properties of the tab, like ID and title.
Declaration
[JsonProperty("tabProperties")]
public virtual TabProperties TabProperties { get; set; }
Property Value
Type | Description |
---|---|
TabProperties |