AdminLabOverviewSchema
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| environment_name | str | ||
| environment_uuid | str | ||
| active_session | AdminSessionSchema | [optional] | |
| queue | List[AdminSessionSchema] | ||
| recent_sessions | List[AdminSessionSchema] | ||
| stats | Dict[str, int] |
| Name | Type | Description | Notes |
|---|---|---|---|
| environment_name | str | ||
| environment_uuid | str | ||
| active_session | AdminSessionSchema | [optional] | |
| queue | List[AdminSessionSchema] | ||
| recent_sessions | List[AdminSessionSchema] | ||
| stats | Dict[str, int] |