Class DuplicateFilterViewResponse
The result of a filter view being duplicated.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DuplicateFilterViewResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
The newly created filter.
Declaration
[JsonProperty("filter")]
public virtual FilterView Filter { get; set; }
Property Value
Type | Description |
---|---|
FilterView |