Values.PillarMetricSourceA metric for a particular pillar in a lens.
type nonrec t = {pillarId : PillarId.t option;riskCounts : RiskCounts.t option;questions : QuestionMetrics.t option;The questions that have been identified as risks in the pillar.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of ChoiceId.t ]) list ]
list
| `String of QuestionId.t ])
list ]
list
| `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list
| `String of PillarId.t ])
list ]