| Name | Type | Description | Notes |
|---|---|---|---|
| from | string | Email address this email was sent from. | [optional] |
| to | string | Email address this email was sent to. | [optional] |
| date | \DateTime | Date the email was submitted. | [optional] |
| status | \ElasticEmail\Model\LogJobStatus | [optional] | |
| status_name | string | Name of email's status | [optional] |
| status_change_date | \DateTime | Date of last status change. | [optional] |
| date_sent | \DateTime | Date when the email was sent | [optional] |
| date_opened | \DateTime | Date when the email changed the status to 'opened' | [optional] |
| date_clicked | \DateTime | Date when the email changed the status to 'clicked' | [optional] |
| error_message | string | Detailed error or bounced message. | [optional] |
| transaction_id | string | ID number of transaction | [optional] |
| envelope_from | string | Envelope from address | [optional] |
| error_category | \ElasticEmail\Model\MessageCategoryEnum | [optional] |