RunItemJobParams interface
An interface representing the parameters for running on-demand job
Properties
item |
The type of the item job |
item |
The object id of the item |
payload | The payload for running on-demand job |
Property Details
itemJobType
The type of the item job
itemJobType: string
Property Value
string
itemObjectId
The object id of the item
itemObjectId: string
Property Value
string
payload
The payload for running on-demand job
payload: RunItemJobPayload
Property Value
RunItemJobPayload