WorkspaceSchema
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| name | str | ||
| description | str | ||
| organization | str | ||
| slug | str | ||
| users | List[WorkspaceUserSchema] | ||
| owner | str | ||
| thumbnail | str | [optional] | |
| created_at | str | ||
| updated_at | str | ||
| metadata | Dict[str, object] |
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| name | str | ||
| description | str | ||
| organization | str | ||
| slug | str | ||
| users | List[WorkspaceUserSchema] | ||
| owner | str | ||
| thumbnail | str | [optional] | |
| created_at | str | ||
| updated_at | str | ||
| metadata | Dict[str, object] |