Struct google_gmail1::AutoForwarding [] [src]

pub struct AutoForwarding {
    pub email_address: Option<String>,
    pub enabled: Option<bool>,
    pub disposition: Option<String>,
}

Auto-forwarding settings for an account.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses.

Whether all incoming mail is automatically forwarded to another address.

The state that a message should be left in after it has been forwarded.

Trait Implementations

impl Debug for AutoForwarding
[src]

Formats the value using the given formatter.

impl Clone for AutoForwarding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AutoForwarding
[src]

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

impl RequestValue for AutoForwarding
[src]

impl ResponseResult for AutoForwarding
[src]