Values.ExecutionSummarySourceContains the execution summary of the computation model.
type nonrec t = {executionId : ID.t option;The ID of the execution.
*)actionType : Name.t option;The type of action exectued.
*)targetResource : TargetResource.t option;targetResourceVersion : Version.t option;The version of the target resource.
*)resolveTo : ResolveTo.t option;The detailed resource this execution resolves to.
*)executionStartTime : Timestamp.t option;The time the process started.
*)executionEndTime : Timestamp.t option;The time the process ended.
*)executionStatus : ExecutionStatus.t option;The status of the execution process.
*)executionEntityVersion : Version.t option;The execution entity version associated with the summary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ID.t
| `Structure of
(string * [> `Enum of string | `String of ID.t ]) list
| `Timestamp of Timestamp.t ])
list ]