JobItem interface
An entity describing the publish status of a content item.
Properties
| errors | The list of error descriptions if the item publication fails. |
| execution |
The time the item publishing was completed |
| resource |
The resource id of the content item |
| status | Status of the item publication |
Property Details
errors
The list of error descriptions if the item publication fails.
errors?: ErrorModel[]
Property Value
executionTime
The time the item publishing was completed
executionTime?: Date
Property Value
Date
resourceId
The resource id of the content item
resourceId?: string
Property Value
string
status
Status of the item publication
status?: string
Property Value
string