Values.GroupByValueSourceRepresents individual aggregated results when grouping security findings for each GroupByField.
type nonrec t = {fieldValue : NonEmptyString.t option;The value of the field by which findings are grouped.
*)count : Integer.t option;The number of findings for a specific FieldValue and GroupByField.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]