edgegap 0.1.0

Auto-generated client library for the Edgegap API, used by the arbctl tool
Documentation
# SessionGet

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**session_id** | **String** | Unique UUID | 
**custom_id** | Option<**String**> | Custom ID if Available | [optional]
**status** | **String** | Current status of the session | 
**ready** | **bool** | If the session is linked to a ready deployment | 
**linked** | **bool** | If the session is linked to a deployment | 
**kind** | **String** | Type of session created | 
**user_count** | **i32** | Count of user this session currently have | 
**app_version** | **i32** | App version linked to the session | 
**create_time** | **String** | Session created at | 
**elapsed** | **i32** | Elapsed time | 
**error** | Option<**String**> | Error Detail | [optional]
**session_users** | Option<[**Vec<models::SessionUser>**]SessionUser.md> | Users in the session | [optional]
**session_ips** | Option<[**Vec<models::SessionUser>**]SessionUser.md> | IPS in the session | [optional]
**deployment** | Option<[**models::Deployment**]Deployment.md> |  | [optional]
**webhook_url** | Option<**String**> | When your Session is Linked, Unprocessable or in Error, we will POST the session's details on the webhook_url  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)