View Source GoogleApi.IdentityToolkit.V3.Model.EmailTemplate (google_api_identity_toolkit v0.8.0)

Template for an email template.

Attributes

  • body (type: String.t, default: nil) - Email body.
  • format (type: String.t, default: nil) - Email body format.
  • from (type: String.t, default: nil) - From address of the email.
  • fromDisplayName (type: String.t, default: nil) - From display name.
  • replyTo (type: String.t, default: nil) - Reply-to address.
  • subject (type: String.t, default: nil) - Subject of the email.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IdentityToolkit.V3.Model.EmailTemplate{
  body: String.t() | nil,
  format: String.t() | nil,
  from: String.t() | nil,
  fromDisplayName: String.t() | nil,
  replyTo: String.t() | nil,
  subject: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.