FolderCondition
FolderCondition
A condition to be used against Folder object types. All fields are tested for equality and combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | UUID | Checks for equality with the object’s `id` field. | |
| orgId | UUID | Checks for equality with the object’s `orgId` field. | |
| spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
| parentId | UUID | Checks for equality with the object’s `parentId` field. | |
| name | String | Checks for equality with the object’s `name` field. | |
| tags | [String] | Checks for equality with the object’s `tags` field. | |
| createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
| updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
| createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
| updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. | |
| isPrimary | Boolean | Checks for equality with the object’s `isPrimary` field. | |
| isShared | Boolean | Checks for equality with the object’s `isShared` field. | |
| isSharedExplicit | Boolean | Checks for equality with the object’s `isSharedExplicit` field. | |
| isSharedAll | Boolean | Checks for equality with the object’s `isSharedAll` field. | |