Studio Service

ContentReplacementJobCondition

ContentReplacementJobCondition

A condition to be used against ContentReplacementJob object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
spaceIdUUIDChecks for equality with the object’s `spaceId` field.
originContentIdUUIDChecks for equality with the object’s `originContentId` field.
originContentTypeStringChecks for equality with the object’s `originContentType` field.
newContentIdUUIDChecks for equality with the object’s `newContentId` field.
newContentTypeStringChecks for equality with the object’s `newContentType` field.
targetEntities[JSON]Checks for equality with the object’s `targetEntities` field.
statusStringChecks for equality with the object’s `status` field.
retriesIntChecks for equality with the object’s `retries` field.
lastRetryAtDatetimeChecks for equality with the object’s `lastRetryAt` field.
errorStringChecks for equality with the object’s `error` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
finishedAtDatetimeChecks for equality with the object’s `finishedAt` field.
startedAtDatetimeChecks for equality with the object’s `startedAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.