Class BatchClearValuesByDataFilterResponse
The response when clearing a range of values selected with DataFilters in a spreadsheet.
Inheritance
System.Object
BatchClearValuesByDataFilterResponse
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class BatchClearValuesByDataFilterResponse : object, IDirectResponseSchema
Properties
ClearedRanges
The ranges that were cleared, in A1 notation. If the requests are for an unbounded range or a ranger larger than the bounds of the sheet, this is the actual ranges that were cleared, bounded to the sheet's limits.
Declaration
public virtual IList<string> ClearedRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<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 |