Values.TrendsValuesSourceContains the aggregated finding values for a specific point in the findings trend timeline.
type nonrec t = {severityTrends : SeverityTrendsCount.t option;The count of findings organized by severity level for this data point in the trend timeline.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Long of TrendsValueCount.t ]) list ])
list ]