Sha256: 7e6e7cc531b03f49edd604ef03fde399a5b77d51e7720deb403f2e3a2d09dd37
Contents?: true
Size: 504 Bytes
Versions: 9
Compression:
Stored size: 504 Bytes
Contents
# ElasticEmail::EmailData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **preview** | [**EmailView**](EmailView.md) | | [optional] | | **attachments** | [**Array<FileInfo>**](FileInfo.md) | Attachments sent with the email | [optional] | | **status** | [**EmailStatus**](EmailStatus.md) | | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::EmailData.new( preview: null, attachments: null, status: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems