Studio Service

RecycleBinCondition

RecycleBinCondition

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

FieldTypeDescription
orgIdUUIDChecks for equality with the object’s `orgId` field.
spaceIdUUIDChecks for equality with the object’s `spaceId` field.
objectIdUUIDChecks for equality with the object’s `objectId` field.
objectTypeStringChecks for equality with the object’s `objectType` field.
objectSubTypeStringChecks for equality with the object’s `objectSubType` field.
nameStringChecks for equality with the object’s `name` field.
thumbnailStringChecks for equality with the object’s `thumbnail` field.
deletedAtDatetimeChecks for equality with the object’s `deletedAt` field.