Values.ReportStatusSourceA two element dictionary with a lastDelivery and lastStatus key whose values describe the date and status of the last delivered report for a particular report definition.
type nonrec t = {lastDelivery : LastDelivery.t option;A timestamp that gives the date of a report delivery.
*)lastStatus : LastStatus.t option;An enum that gives the status of a report delivery.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of LastDelivery.t ]) list ]