Values.GetCalculationExecutionRequestSourceDescribes a previously submitted calculation execution.
type nonrec t = {calculationExecutionId : CalculationExecutionId.t;The calculation execution UUID.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of CalculationExecutionId.t ]) list ]