Values_1.DecimalDatasetParameterDefaultValuesSourceThe default values of a decimal parameter.
type nonrec t = {staticValues : DecimalDatasetParameterValueList.t option;A list of static default values for a given decimal parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Double of DecimalDatasetParameterDefaultValue.t ] list ])
list ]