ContentReplacementJobCondition
ContentReplacementJobCondition
A condition to be used against ContentReplacementJob
object types. All fields
are tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUID | Checks for equality with the object’s `id` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
originContentId | UUID | Checks for equality with the object’s `originContentId` field. | |
originContentType | String | Checks for equality with the object’s `originContentType` field. | |
newContentId | UUID | Checks for equality with the object’s `newContentId` field. | |
newContentType | String | Checks for equality with the object’s `newContentType` field. | |
targetEntities | [JSON] | Checks for equality with the object’s `targetEntities` field. | |
status | String | Checks for equality with the object’s `status` field. | |
retries | Int | Checks for equality with the object’s `retries` field. | |
lastRetryAt | Datetime | Checks for equality with the object’s `lastRetryAt` field. | |
error | String | Checks for equality with the object’s `error` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
finishedAt | Datetime | Checks for equality with the object’s `finishedAt` field. | |
startedAt | Datetime | Checks for equality with the object’s `startedAt` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. |