edgegap 0.1.0

Auto-generated client library for the Edgegap API, used by the arbctl tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SessionRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**session_id** | **String** | The Unique Identifier of the Session | 
**custom_id** | Option<**String**> | Custom ID if Available | [optional]
**app** | **String** | The Name of the App you requested | 
**version** | **String** | The name of the App Version you requested | 
**deployment_request_id** | Option<**String**> | Unique UUID | [optional]
**selectors** | Option<[**Vec<models::SelectorModel>**]SelectorModel.md> | List of Selectors to filter potential Deployment to link and tag the Session | [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)