| Name | Type | Description | Notes |
|---|---|---|---|
| merge_file | MessageAttachment | ||
| content | EmailContent | ||
| options | Options | [optional] |
require 'ElasticEmail'
instance = ElasticEmail::MergeEmailPayload.new(
merge_file: null,
content: null,
options: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| merge_file | MessageAttachment | ||
| content | EmailContent | ||
| options | Options | [optional] |
require 'ElasticEmail'
instance = ElasticEmail::MergeEmailPayload.new(
merge_file: null,
content: null,
options: null
)