Values.ThresholdSourceThe threshold for the calculated attribute.
type nonrec t = {value : String1To255.t;The value of the threshold.
*)operator : Operator.t;The operator of the threshold.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of String1To255.t ]) list ]