View Source GoogleApi.Domains.V1beta1.Model.EmailForwarding (google_api_domains v0.12.0)

Email forwarding configuration.

Attributes

  • alias (type: String.t, default: nil) - An alias recipient email that forwards emails to the target_email_address. For example, admin@example.com or *@example.com (wildcard alias forwards all the emails under the registered domain).
  • targetEmailAddress (type: String.t, default: nil) - Target email that receives emails sent to the alias.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Domains.V1beta1.Model.EmailForwarding{
  alias: String.t() | nil,
  targetEmailAddress: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.