Studio Service

RecycleBinFilter

RecycleBinFilter

A filter to be used against RecycleBin object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
orgIdUUIDFilterFilter by the object’s `orgId` field.
spaceIdUUIDFilterFilter by the object’s `spaceId` field.
objectIdUUIDFilterFilter by the object’s `objectId` field.
objectTypeStringFilterFilter by the object’s `objectType` field.
objectSubTypeStringFilterFilter by the object’s `objectSubType` field.
nameStringFilterFilter by the object’s `name` field.
thumbnailStringFilterFilter by the object’s `thumbnail` field.
deletedAtDatetimeFilterFilter by the object’s `deletedAt` field.
and[RecycleBinFilter!]Checks for all expressions in this list.
or[RecycleBinFilter!]Checks for any expressions in this list.
notRecycleBinFilterNegates the expression.