Values_0.NumberConditionSourceA leaf node condition which can be used to specify a numeric condition. The currently supported value for FieldName is limit.
type nonrec t = {fieldName : String_.t option;The name of the field in the number condition.
*)minValue : NullableProficiencyLimitValue.t option;The minValue to be used while evaluating the number condition.
*)maxValue : NullableProficiencyLimitValue.t option;The maxValue to be used while evaluating the number condition.
*)comparisonType : NumberComparisonType.t option;The type of comparison to be made when evaluating the number condition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of NullableProficiencyLimitValue.t
| `String of String_.t ])
list ]