google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EmailTemplateBody View Source

Attributes

  • emailTemplateId (type: String.t, default: nil) - ID of the email template.
  • htmlBody (type: String.t, default: nil) - Contents of the body of email (HTML format).
  • id (type: integer(), default: nil) - Not used by hybrid.
  • modified (type: String.t, default: nil) - Time the email template was last modified in milliseconds since epoch.
  • modifiedBy (type: String.t, default: nil) - Not used by Apigee hybrid.
  • siteId (type: String.t, default: nil) - Name of the portal.
  • subject (type: String.t, default: nil) - Subject of the email.
  • textBody (type: String.t, default: nil) - Contents of the body of the email (text format).
  • title (type: String.t, default: nil) - Name of the email template.
  • variables (type: list(String.t), default: nil) - List of variables that can be used in the email template.

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.Apigee.V1.Model.GoogleCloudApigeeV1EmailTemplateBody{
  emailTemplateId: String.t(),
  htmlBody: String.t(),
  id: integer(),
  modified: String.t(),
  modifiedBy: String.t(),
  siteId: String.t(),
  subject: String.t(),
  textBody: String.t(),
  title: String.t(),
  variables: [String.t()]
}

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.