GoogleApi.Gmail.V1.Model.AutoForwarding (google_api_gmail v0.13.3) View Source

Auto-forwarding settings for an account.

Attributes

  • disposition (type: String.t, default: nil) - The state that a message should be left in after it has been forwarded.
  • emailAddress (type: String.t, default: nil) - Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses.
  • enabled (type: boolean(), default: nil) - Whether all incoming mail is automatically forwarded to another address.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Gmail.V1.Model.AutoForwarding{
  disposition: String.t(),
  emailAddress: String.t(),
  enabled: boolean()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.