RecycleBinCondition
RecycleBinCondition
A condition to be used against RecycleBin object types. All fields are tested
for equality and combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| orgId | UUID | Checks for equality with the object’s `orgId` field. | |
| spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
| objectId | UUID | Checks for equality with the object’s `objectId` field. | |
| objectType | String | Checks for equality with the object’s `objectType` field. | |
| objectSubType | String | Checks for equality with the object’s `objectSubType` field. | |
| name | String | Checks for equality with the object’s `name` field. | |
| thumbnail | String | Checks for equality with the object’s `thumbnail` field. | |
| deletedAt | Datetime | Checks for equality with the object’s `deletedAt` field. | |