noizu_sendgrid v2.1.0 SendGrid.Template.Version View Source

Module to interact with transaction email template versions.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %SendGrid.Template.Version{
  active: integer() | nil,
  editor: String.t() | nil,
  generate_plain_content: boolean() | nil,
  html_content: String.t(),
  id: String.t(),
  name: String.t(),
  plain_content: String.t(),
  subject: String.t(),
  template_id: String.t(),
  test_data: Map.t() | nil,
  thumbnail_url: String.t(),
  updated_at: DateTime.t(),
  warnings: list() | nil
}

Link to this section Functions

Link to this function new(json, atom) View Source
new(Map.t(), :json) :: t()