| Name | Type | Description | Notes |
|---|---|---|---|
| preview | EmailView | [optional] | |
| attachments | Array<FileInfo> | Attachments sent with the email | [optional] |
| status | EmailStatus | [optional] |
require 'ElasticEmail'
instance = ElasticEmail::EmailData.new(
preview: null,
attachments: null,
status: null
)