| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique Id | [optional] |
| creator_id | int | User Id of Creator | [optional] |
| name | str | Unique Name | [optional] |
| is_personal | bool | Space is a user's personal space | [optional] |
| dashboards | list[DashboardBase] | Dashboards | [optional] |
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique Id | [optional] |
| creator_id | int | User Id of Creator | [optional] |
| name | str | Unique Name | [optional] |
| is_personal | bool | Space is a user's personal space | [optional] |
| dashboards | list[DashboardBase] | Dashboards | [optional] |