Module Values.PillarMetricSource

A metric for a particular pillar in a lens.

Sourcetype nonrec t = {
  1. pillarId : PillarId.t option;
  2. riskCounts : RiskCounts.t option;
  3. questions : QuestionMetrics.t option;
    (*

    The questions that have been identified as risks in the pillar.

    *)
}
Sourceval make : ?pillarId:??? -> ?riskCounts:??? -> ?questions:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t