Class Filter
Resource definition for Gmail filters. Filters apply to specific messages instead of an entire email thread.
public class Filter : IDirectResponseSchema
- Inheritance
-
Filter
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Filter()
public Filter()
Properties
Action
Action that the filter performs.
public virtual FilterAction Action { get; set; }
Property Value
Criteria
Matching criteria for the filter.
public virtual FilterCriteria Criteria { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Id
The server assigned ID of the filter.
public virtual string Id { get; set; }