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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.