Values_0.DecimalValueWhenUnsetConfigurationSourceThe configuration that defines the default value of a Decimal parameter when a value has not been set.
type nonrec t = {valueWhenUnsetOption : ValueWhenUnsetOption.t option;The built-in options for default values. The value can be one of the following: RECOMMENDED: The recommended value. NULL: The NULL value.
*)customValue : SensitiveDouble.t option;A custom value that's used when the value of a parameter isn't set.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of SensitiveDouble.t | `Enum of string ]) list ]