Values.DevEnvironmentSessionSummarySourceInformation about active sessions for a Dev Environment.
type nonrec t = {spaceName : NameString.t option;The name of the space.
*)projectName : NameString.t option;The name of the project in the space.
*)devEnvironmentId : Uuid.t option;The system-generated unique ID of the Dev Environment.
*)startedTime : SyntheticTimestamp_date_time.t option;The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
*)id : DevEnvironmentSessionSummaryIdString.t option;The system-generated unique ID of the Dev Environment session.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NameString.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]