Show / Hide Table of Contents

Class DuplicateFilterViewResponse

The result of a filter view being duplicated.

Inheritance
System.Object
DuplicateFilterViewResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DuplicateFilterViewResponse : 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 created filter.

Declaration
public virtual FilterView Filter { get; set; }
Property Value
Type Description
FilterView

Implements

IDirectResponseSchema
Back to top