JobItem Class

An entity describing the publish status of a content item.

Constructor

JobItem(*args: Any, **kwargs: Any)

Variables

Name Description
resource_id
str

The resource id of the content item.

status
str or Status

Status of the item publication. Known values are: "New", "Active", "Closed", "Backlog", "Approved", "Succeeded", "Failed", and "InProgress".

execution_time

The time the item publishing was completed.

errors

The list of error descriptions if the item publication fails.

Attributes

errors

The list of error descriptions if the item publication fails.

errors: list['_models.Error'] | None

execution_time

The time the item publishing was completed.

execution_time: datetime | None

resource_id

The resource id of the content item.

resource_id: str | None

status

"New", "Active", "Closed", "Backlog", "Approved", "Succeeded", "Failed", and "InProgress".

status: str | _models.Status | None