Values.IdleSummarySourceDescribes the findings summary of the idle resources.
type nonrec t = {name : IdleFinding.t option;The name of the finding group for the idle resources.
*)value : SummaryValue.t option;The count of idle resources in the finding group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of SummaryValue.t | `Enum of string ]) list ]