Values.CalculationSummarySourceSummary information for a notebook calculation.
type nonrec t = {calculationExecutionId : CalculationExecutionId.t option;The calculation execution UUID.
*)description : DescriptionString.t option;A description of the calculation.
*)status : CalculationStatus.t option;Contains information about the status of the calculation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of CalculationExecutionId.t
| `Structure of
(string
* [> `Enum of string
| `String of DescriptionString.t
| `Timestamp of Date.t ])
list ])
list ]