Values.SummarySourceThe summary of a recommendation.
type nonrec t = {name : Finding.t option;The finding classification of the recommendation.
*)value : SummaryValue.t option;The value of the recommendation summary.
*)reasonCodeSummaries : ReasonCodeSummaries.t option;An array of objects that summarize a finding reason code.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of SummaryValue.t
| `Enum of string
| `List of
[> `Structure of
(string * [> `Double of SummaryValue.t | `Enum of string ])
list ]
list ])
list ]