Values.InsightResultValueSourceThe insight result values returned by the GetInsightResults operation.
type nonrec t = {groupByAttributeValue : NonEmptyString.t option;The value of the attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults operation.
*)count : Integer.t option;The number of findings returned for each GroupByAttributeValue.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]