Values.TrendsMetricsResultSourceContains the findings trend metrics data for a specific time point in the requested time period.
type nonrec t = {timestamp : Timestamp.t option;The timestamp for this data point in the findings trend metrics.
*)trendsValues : TrendsValues.t option;The finding trend metric values associated with this timestamp, including severity counts.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `Long of TrendsValueCount.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]