Show / Hide Table of Contents

Class Tab

A tab in a document.

Inheritance
object
Tab
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX