Class AddDocumentTabRequest
Adds a document tab. When a tab is added at a given index, all subsequent tabs' indexes are incremented.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class AddDocumentTabRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TabProperties
The properties of the tab to add. All properties are optional.
Declaration
[JsonProperty("tabProperties")]
public virtual TabProperties TabProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| TabProperties |