Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.02 KB

File metadata and controls

17 lines (14 loc) · 1.02 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
createTime String
updateTime String
metadata Object
webhook String
output Object The job output. May be any valid JSON.