valueComparison property
Relation between source value and compare value
Required. Possible string values are:
- "VALUE_COMPARISON_UNSPECIFIED" : Value comparison unspecified.
- "VALUE_COMPARISON_IF_VALUE_SMALLER_THAN" : Value is smaller than the Compare value.
- "VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN" : Value is smaller or equal than the Compare value.
- "VALUE_COMPARISON_IF_VALUE_LARGER_THAN" : Value is larger than the Compare value.
- "VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN" : Value is larger or equal than the Compare value.
Implementation
core.String? valueComparison;