noizu_sendgrid v2.1.0 SendGrid.LegacyTemplate View Source

Module to interact with transaction email templates.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %SendGrid.LegacyTemplate{
  id: String.t(),
  name: String.t(),
  updated_at: DateTime.t() | nil,
  versions: [Versions.t()]
}

Link to this section Functions

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