Class AddFilterViewResponse
The result of adding a filter view.
Inheritance
System.Object
AddFilterViewResponse
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class AddFilterViewResponse : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Filter
The newly added filter view.
Declaration
public virtual FilterView Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| FilterView |