Sha256: 98a21f5724a6bacd28a9ed7b2152074efdfba3af8e851f4b0014ab8ee3ac5462

Contents?: true

Size: 630 Bytes

Versions: 1

Compression:

Stored size: 630 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** | [**TemplateScopeType**](TemplateScopeType.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

1 entries across 1 versions & 1 rubygems

Version Path
ElasticEmail-4.0.1 docs/TemplatePayload.md