Values_0.CommandParameterValueComparisonOperandSourceThe comparison operand used to compare the defined value against the value supplied in request.
type nonrec t = {number : StringParameterValue.t option;An operand of number value type, defined as a string.
*)numbers : CommandParameterValueStringList.t option;A List of operands of numerical value type, defined as strings.
*)string : StringParameterValue.t option;An operand of string value type.
*)strings : CommandParameterValueStringList.t option;A List of operands of string value type.
*)numberRange : CommandParameterValueNumberRange.t option;An operand of numerical range value type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of StringParameterValue.t ] list
| `String of StringParameterValue.t
| `Structure of
(string * [> `String of StringParameterValue.t ]) list ])
list ]