Values_1.DecimalConditionSourceA decimal search condition for Search APIs.
type nonrec t = {fieldName : Values_0.String_.t option;A name of the decimal property to be searched.
*)minValue : NullableDouble.t option;A minimum value of the decimal property.
*)maxValue : NullableDouble.t option;A maximum value of the decimal property.
*)comparisonType : DecimalComparisonType.t option;The type of comparison to be made when evaluating the decimal condition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of NullableDouble.t
| `Enum of string
| `String of Values_0.String_.t ])
list ]