Show / Hide Table of Contents

Class DeleteFilterViewRequest

Deletes a particular filter view.

Inheritance
System.Object
DeleteFilterViewRequest
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DeleteFilterViewRequest : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

FilterId

The ID of the filter to delete.

Declaration
public virtual Nullable<int> FilterId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

IDirectResponseSchema
Back to top