Sha256: 5d2ca2d41820873bf04bf960c1cd1c0dd1e7959571aa9efe301db46653dded14

Contents?: true

Size: 622 Bytes

Versions: 2

Compression:

Stored size: 622 Bytes

Contents

# ElasticEmail::TemplatePayload

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Template name | [optional] |
| **subject** | **String** | Default subject of email. | [optional] |
| **body** | [**Array<BodyPart>**](BodyPart.md) | Email content of this template | [optional] |
| **template_scope** | [**TemplateScope**](TemplateScope.md) | Visibility of a template | [optional] |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::TemplatePayload.new(
  name: null,
  subject: Hello!,
  body: null,
  template_scope: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ElasticEmail-4.0.12 docs/TemplatePayload.md
ElasticEmail-4.0.11 docs/TemplatePayload.md