| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique Id | [optional] |
| contentMetadataId | Integer | Id of content metadata | [optional] |
| creatorId | Integer | User Id of Creator | [optional] |
| name | String | Unique Name | [optional] |
| isPersonal | Boolean | Space is a user's personal space | [optional] |
| isPersonalDescendant | Boolean | Space is descendant of a user's personal space | [optional] |
| isSharedRoot | Boolean | Space is the root shared space | [optional] |
| isUsersRoot | Boolean | Space is the root user space | [optional] |
| isRoot | Boolean | (DEPRECATED) Space is the root shared space (alias of is_shared_root) | [optional] |
| isUserRoot | Boolean | (DEPRECATED) Space is the root user space (alias of is_users_root | [optional] |
| isEmbed | Boolean | Space is an embed space | [optional] |
| isEmbedSharedRoot | Boolean | Space is the root embed shared space | [optional] |
| isEmbedUsersRoot | Boolean | Space is the root embed users space | [optional] |
| externalId | String | Embedder's Id if this space was autogenerated as an embedding shared space via 'external_group_id' in an SSO embed login | [optional] |
| can | {String: Boolean} | Operations the current user is able to perform on this object | [optional] |