A single job execution record for a channel.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier for this job. | |
| status | StatusEnum | Delivery status of this job. | |
| creationTimeInMillis | Float | Timestamp when this job was created (epoch milliseconds). | |
| event | ChannelHistoryEventInfo | [optional] | |
| recipients | List<JobRecipient> | The users, groups or external recipients for this job. | [optional] |
| detail | String | Additional delivery details such as HTTP response code or error message. | [optional] |
| tryCount | Integer | Number of attempts made. 1 indicates first attempt. | [optional] |
| Name | Value |
|---|---|
| PENDING | "PENDING" |
| RETRY | "RETRY" |
| SUCCESS | "SUCCESS" |
| FAILED | "FAILED" |
- Serializable