| Name | Type | Description | Notes |
|---|---|---|---|
| ID | string | ID number of your attachment | [optional] |
| Status | string | Name of status: submitted, complete, in_progress | [optional] |
| RecipientsCount | int | [optional] | |
| Failed | List<EmailJobFailedStatus> | [optional] | |
| FailedCount | int | Total emails failed. | [optional] |
| Sent | List<string> | [optional] | |
| SentCount | int | Total emails sent. | [optional] |
| Delivered | List<string> | Number of delivered messages | [optional] |
| DeliveredCount | int | [optional] | |
| Pending | List<string> | [optional] | |
| PendingCount | int | [optional] | |
| Opened | List<string> | Number of opened messages | [optional] |
| OpenedCount | int | Total emails opened. | [optional] |
| Clicked | List<string> | Number of clicked messages | [optional] |
| ClickedCount | int | Total emails clicked | [optional] |
| Unsubscribed | List<string> | Number of unsubscribed messages | [optional] |
| UnsubscribedCount | int | Total emails unsubscribed | [optional] |
| AbuseReports | List<string> | [optional] | |
| AbuseReportsCount | int | [optional] | |
| MessageIDs | List<string> | List of all MessageIDs for this job. | [optional] |