Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.08 KB

File metadata and controls

35 lines (21 loc) · 1.08 KB

ChannelHistoryJob

A single job execution record for a channel.

Properties

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]

Enum: StatusEnum

Name Value
PENDING "PENDING"
RETRY "RETRY"
SUCCESS "SUCCESS"
FAILED "FAILED"

Implemented Interfaces

  • Serializable