SpaceCondition
SpaceCondition
A condition to be used against Space 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. | |
| name | String | Checks for equality with the object’s `name` field. | |
| slug | String | Checks for equality with the object’s `slug` field. | |
| env | JSON | Checks for equality with the object’s `env` 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. | |
| billingCustomerId | String | Checks for equality with the object’s `billingCustomerId` field. | |
| preferences | JSON | Checks for equality with the object’s `preferences` field. | |
| billingExpiresAt | Date | Checks for equality with the object’s `billingExpiresAt` field. | |
| rootFolderId | UUID | Checks for equality with the object’s `rootFolderId` field. | |
| isEnabled | Boolean | Checks for equality with the object’s `isEnabled` field. | |