Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.61 KB

File metadata and controls

29 lines (25 loc) · 1.61 KB

EmailJobStatus

Properties

Name Type Description Notes
ID string [optional] [default to null]
Status string [optional] [default to null]
RecipientsCount integer [optional] [default to null]
Failed array[EmailJobFailedStatus] [optional] [default to null]
FailedCount integer [optional] [default to null]
Sent array[string] [optional] [default to null]
SentCount integer [optional] [default to null]
Delivered array[string] [optional] [default to null]
DeliveredCount integer [optional] [default to null]
Pending array[string] [optional] [default to null]
PendingCount integer [optional] [default to null]
Opened array[string] [optional] [default to null]
OpenedCount integer [optional] [default to null]
Clicked array[string] [optional] [default to null]
ClickedCount integer [optional] [default to null]
Unsubscribed array[string] [optional] [default to null]
UnsubscribedCount integer [optional] [default to null]
AbuseReports array[string] [optional] [default to null]
AbuseReportsCount integer [optional] [default to null]
MessageIDs array[string] [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]