Struct google_gmail1::FilterAction [] [src]

pub struct FilterAction {
    pub forward: Option<String>,
    pub add_label_ids: Option<Vec<String>>,
    pub remove_label_ids: Option<Vec<String>>,
}

A set of actions to perform on a message.

This type is not used in any activity, and only used as part of another schema.

Fields

Email address that the message should be forwarded to.

List of labels to add to the message.

List of labels to remove from the message.

Trait Implementations

impl Default for FilterAction
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for FilterAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FilterAction
[src]

[src]

Formats the value using the given formatter.

impl Part for FilterAction
[src]