Class ClearValuesResponse
The response when clearing a range of values in a spreadsheet.
Inheritance
System.Object
ClearValuesResponse
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class ClearValuesResponse : object, IDirectResponseSchema
Properties
ClearedRange
The range (in A1 notation) that was cleared. (If the request was for an unbounded range or a ranger larger than the bounds of the sheet, this will be the actual range that was cleared, bounded to the sheet's limits.)
Declaration
public virtual string ClearedRange { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SpreadsheetId
The spreadsheet the updates were applied to.
Declaration
public virtual string SpreadsheetId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |