Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.04 KB

File metadata and controls

17 lines (14 loc) · 1.04 KB

QueueJob

Represents a queue job

Properties

Name Type Required Description
id String
input Object The job input. May be any valid JSON.
status QueueJobStatus
events List<QueueJobEvent>
createTime String
updateTime String
metadata Object
webhook String
output Object The job output. May be any valid JSON.