Table of Contents

Class ListFiltersResponse

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll

Response for the ListFilters method.

public class ListFiltersResponse : IDirectResponseSchema
Inheritance
ListFiltersResponse
Implements
IDirectResponseSchema
Inherited Members

Constructors

ListFiltersResponse()

public ListFiltersResponse()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Filter

List of a user's filters.

public virtual IList<Filter> Filter { get; set; }

Property Value

IList<Filter>