Class DeleteTabRequest
Deletes a tab. If the tab has child tabs, they are deleted as well.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class DeleteTabRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TabId
The ID of the tab to delete.
Declaration
[JsonProperty("tabId")]
public virtual string TabId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |