Sha256: f0a69c4c5c26f9251e4bbca783e1df498492d32634cce0245171bf6f0a67cd65
Contents?: true
Size: 860 Bytes
Versions: 1
Compression:
Stored size: 860 Bytes
Contents
# ElasticEmail::Template ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **template_type** | [**TemplateType**](TemplateType.md) | How the template should be edited | [optional] | | **name** | **String** | Template name | [optional] | | **date_added** | **Time** | Date of creation in YYYY-MM-DDThh:ii:ss format | [optional] | | **subject** | **String** | Default subject of email. | [optional] | | **body** | [**Array<BodyPart>**](BodyPart.md) | Email content of this template | [optional] | | **template_scope** | [**TemplateScopeType**](TemplateScopeType.md) | Visibility of a template | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::Template.new( template_type: null, name: null, date_added: null, subject: Hello!, body: null, template_scope: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.1 | docs/Template.md |