Sha256: 7c13ddcec663ac1624c2d30b4c54e26a7542f791707e181d742838e9d22d97b9
Contents?: true
Size: 619 Bytes
Versions: 9
Compression:
Stored size: 619 Bytes
Contents
# ElasticEmail::TemplatePayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Template name | | | **subject** | **String** | Default subject of email. | [optional] | | **body** | [**Array<BodyPart>**](BodyPart.md) | Email content of this template | [optional] | | **template_scope** | [**TemplateScope**](TemplateScope.md) | | [optional][default to 'Personal'] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::TemplatePayload.new( name: null, subject: Hello!, body: null, template_scope: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems