Values_0.CustomParameterValuesSourceThe customized parameter values. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
type nonrec t = {stringValues : StringDefaultValueList.t option;A list of string-type parameter values.
*)integerValues : IntegerDefaultValueList.t option;A list of integer-type parameter values.
*)decimalValues : DecimalDefaultValueList.t option;A list of decimal-type parameter values.
*)dateTimeValues : DateTimeDefaultValueList.t option;A list of datetime-type parameter values.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Double of SensitiveDoubleObject.t
| `Long of SensitiveLongObject.t
| `String of SensitiveStringObject.t
| `Timestamp of SensitiveTimestamp.t ]
list ])
list ]