Values.StartDevEnvironmentSessionRequestSourceStarts a session for a specified Dev Environment.
type nonrec t = {spaceName : NameString.t;The name of the space.
*)projectName : NameString.t;The name of the project in the space.
*)id : Uuid.t;The system-generated unique ID of the Dev Environment.
*)sessionConfiguration : DevEnvironmentSessionConfiguration.t;}val make :
spaceName:NameString.t ->
projectName:NameString.t ->
id:Uuid.t ->
sessionConfiguration:DevEnvironmentSessionConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of NameString.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of
[> `String of
ExecuteCommandSessionConfigurationArgumentsMemberString.t ]
list
| `String of
ExecuteCommandSessionConfigurationCommandString.t ])
list ])
list ])
list ]