Sha256: 233b35741e3652367550c63834384d0449433bb4968698cbbbcf2542bbff38ef
Contents?: true
Size: 545 Bytes
Versions: 4
Compression:
Stored size: 545 Bytes
Contents
# ElasticEmail::EmailData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **preview** | [**EmailView**](EmailView.md) | Email details | [optional] | | **attachments** | [**Array<FileInfo>**](FileInfo.md) | Attachments sent with the email | [optional] | | **status** | [**EmailStatus**](EmailStatus.md) | Status of the given resource | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::EmailData.new( preview: null, attachments: null, status: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.13 | docs/EmailData.md |
ElasticEmail-4.0.12 | docs/EmailData.md |
ElasticEmail-4.0.11 | docs/EmailData.md |
ElasticEmail-4.0.1 | docs/EmailData.md |