Studio Service

SpaceCondition

SpaceCondition

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

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
nameStringChecks for equality with the object’s `name` field.
slugStringChecks for equality with the object’s `slug` field.
envJSONChecks for equality with the object’s `env` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.
billingCustomerIdStringChecks for equality with the object’s `billingCustomerId` field.
preferencesJSONChecks for equality with the object’s `preferences` field.
billingExpiresAtDateChecks for equality with the object’s `billingExpiresAt` field.
rootFolderIdUUIDChecks for equality with the object’s `rootFolderId` field.