Show / Hide Table of Contents

Class Filter

Resource definition for Gmail filters. Filters apply to specific messages instead of an entire email thread.

Inheritance
object
Filter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class Filter : IDirectResponseSchema

Properties

Action

Action that the filter performs.

Declaration
[JsonProperty("action")]
public virtual FilterAction Action { get; set; }
Property Value
Type Description
FilterAction

Criteria

Matching criteria for the filter.

Declaration
[JsonProperty("criteria")]
public virtual FilterCriteria Criteria { get; set; }
Property Value
Type Description
FilterCriteria

ETag

The ETag of the item.

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

Id

The server assigned ID of the filter.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX