Class UpdateDocumentTabPropertiesRequest
Update the properties of a document tab.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class UpdateDocumentTabPropertiesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fields
The fields that should be updated. At least one field must be specified. The root tab_properties is
implied and should not be specified. A single "*" can be used as short-hand for listing every field.
Declaration
[JsonProperty("fields")]
public virtual object Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
TabProperties
The tab properties to update.
Declaration
[JsonProperty("tabProperties")]
public virtual TabProperties TabProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| TabProperties |