Values_0.CommandParameterValueConditionSourceA condition for the command parameter that must be evaluated to true for successful creation of a command execution.
type nonrec t = {comparisonOperator : CommandParameterValueComparisonOperator.t;The comparison operator for the command parameter. IN_RANGE, and NOT_IN_RANGE operators include boundary values.
*)operand : CommandParameterValueComparisonOperand.t;The comparison operand for the command parameter.
*)}val make :
comparisonOperator:CommandParameterValueComparisonOperator.t ->
operand:CommandParameterValueComparisonOperand.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of [> `String of StringParameterValue.t ] list
| `String of StringParameterValue.t
| `Structure of
(string * [> `String of StringParameterValue.t ]) list ])
list ])
list ]