Values.ReadinessSourceInformation indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
type nonrec t = {progressPercentage : PercentageInteger.t option;Approximately how far the Calculated Attribute creation is from completion.
*)message : Text.t option;Any customer messaging.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of PercentageInteger.t | `String of Text.t ]) list ]