Values.SandboxSessionSourceContains information about the sandbox session.
type nonrec t = {id : NonEmptyString.t option;The ID of the sandbox session.
*)status : String_.t option;The status of the sandbox session.
*)startTime : Timestamp.t option;When the sandbox session started, expressed in Unix time format.
*)endTime : Timestamp.t option;When the sandbox session ended, expressed in Unix time format.
*)currentPhase : String_.t option;The current phase for the sandbox.
*)phases : SandboxSessionPhases.t option;An array of SandboxSessionPhase objects.
*)resolvedSourceVersion : NonEmptyString.t option;An identifier for the version of this sandbox's source code.
*)logs : LogsLocation.t option;networkInterface : NetworkInterface.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `Long of WrapperLong.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of WrapperBoolean.t
| `Enum of string
| `String of String_.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]