Class DeleteSheetRequest
Deletes the requested sheet.
Inheritance
System.Object
DeleteSheetRequest
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DeleteSheetRequest : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SheetId
The ID of the sheet to delete.
Declaration
public virtual Nullable<int> SheetId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |