google_api_gmail v0.1.0 GoogleApi.Gmail.V1.Model.AutoForwarding View Source

Auto-forwarding settings for an account.

Attributes

  • disposition (String.t): The state that a message should be left in after it has been forwarded. Defaults to: null.

    • Enum - one of [archive, dispositionUnspecified, leaveInInbox, markRead, trash]
  • emailAddress (String.t): Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses. Defaults to: null.
  • enabled (boolean()): Whether all incoming mail is automatically forwarded to another address. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Gmail.V1.Model.AutoForwarding{
  disposition: any(),
  emailAddress: any(),
  enabled: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.