Studio Service

CastCondition

CastCondition

A condition to be used against Cast 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.
priorityIntChecks for equality with the object’s `priority` field.
expiresAtDatetimeChecks for equality with the object’s `expiresAt` field.
contentJSONChecks for equality with the object’s `content` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.