DyspatchClient::TemplateRead Properties Name Type Description Notes id String An opaque, unique identifier for a template [optional] name String The name of a template [optional] description String A description of the template [optional] url String The API url for a specific template [optional] compiled CompiledRead [optional] created_at DateTime The time of initial creation [optional] updated_at DateTime The time of last update [optional] localizations Array<LocalizationMetaRead> A list of the Template's available localizations [optional] Code Sample require 'DyspatchClient' instance = DyspatchClient::TemplateRead.new(id: tem_g3L7Cw6Hp5wU, name: null, description: null, url: /templates/tem_g3L7Cw6Hp5wUaf395LehwK, compiled: null, created_at: null, updated_at: null, localizations: null)