Values.SeverityStatisticsSourceInformation about severity level for each finding type.
type nonrec t = {lastGeneratedAt : Timestamp.t option;The timestamp at which a finding type for a specific severity was last generated.
*)severity : Double.t option;The severity level associated with each finding type.
*)totalFindings : Integer.t option;The total number of findings associated with this severity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `Timestamp of Timestamp.t ])
list ]