GoogleApi.Gmail.V1.Model.ForwardingAddress (google_api_gmail v0.17.0)

View Source

Settings for a forwarding address.

Attributes

  • forwardingEmail (type: String.t, default: nil) - An email address to which messages can be forwarded.
  • verificationStatus (type: String.t, default: nil) - Indicates whether this address has been verified and is usable for forwarding. Read-only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Gmail.V1.Model.ForwardingAddress{
  forwardingEmail: String.t() | nil,
  verificationStatus: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.