Sha256: 2d03eb1eec6b1262d355248220bdd9f9ae5acee7f9a18dd89794e80cb532da32

Contents?: true

Size: 612 Bytes

Versions: 1

Compression:

Stored size: 612 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) | 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.13 docs/TemplatePayload.md