# LookerApi30Reference.SpaceBase

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique Id | [optional] 
**contentMetadataId** | **Number** | Id of content metadata | [optional] 
**creatorId** | **Number** | User Id of Creator | [optional] 
**name** | **String** | Unique Name | [optional] 
**parentId** | **Number** | Id of Parent | 
**isPersonal** | **Boolean** | Space is a user&#39;s personal space | [optional] 
**isPersonalDescendant** | **Boolean** | Space is descendant of a user&#39;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&#39;s Id if this space was autogenerated as an embedding shared space via &#39;external_group_id&#39; in an SSO embed login | [optional] 
**childCount** | **Number** | Children Count | [optional] 
**can** | **{String: Boolean}** | Operations the current user is able to perform on this object | [optional] 


