Values.InsightRuleContributorDatapointSourceOne data point related to one contributor. For more information, see GetInsightRuleReport and InsightRuleContributor.
type nonrec t = {timestamp : Timestamp.t option;The timestamp of the data point.
*)approximateValue : InsightRuleUnboundDouble.t option;The approximate value that this contributor added during this timestamp.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of InsightRuleUnboundDouble.t
| `Timestamp of Timestamp.t ])
list ]