Class FilterAction
A set of actions to perform on a message.
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class FilterAction : IDirectResponseSchema
Properties
AddLabelIds
List of labels to add to the message.
Declaration
[JsonProperty("addLabelIds")]
public virtual IList<string> AddLabelIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Forward
Email address that the message should be forwarded to.
Declaration
[JsonProperty("forward")]
public virtual string Forward { get; set; }
Property Value
Type | Description |
---|---|
string |
RemoveLabelIds
List of labels to remove from the message.
Declaration
[JsonProperty("removeLabelIds")]
public virtual IList<string> RemoveLabelIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |