Values_1.StringDatasetParameterDefaultValuesSourceThe default values of a string parameter.
type nonrec t = {staticValues : StringDatasetParameterValueList.t option;A list of static default values for a given string parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of StringDatasetParameterDefaultValue.t ] list ])
list ]