Values.ReasonCodeSummarySourceA summary of a finding reason code.
type nonrec t = {name : FindingReasonCode.t option;The name of the finding reason code.
*)value : SummaryValue.t option;The value of the finding reason code summary.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of SummaryValue.t | `Enum of string ]) list ]