Class SetBasicFilterRequest
Sets the basic filter associated with a sheet.
Inheritance
System.Object
SetBasicFilterRequest
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class SetBasicFilterRequest : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Filter
The filter to set.
Declaration
public virtual BasicFilter Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| BasicFilter |