Values_0.DestinationParameterValueConfigurationSourceThe configuration of destination 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 = {customValuesConfiguration : CustomValuesConfiguration.t option;The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
*)selectAllValueOptions : SelectAllValueOptions.t option;The configuration that selects all options.
*)sourceParameterName : String_.t option;The source parameter name of the destination parameter.
*)sourceField : FieldId.t option;The source field ID of the destination parameter.
*)sourceColumn : ColumnIdentifier.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `String of DataSetIdentifier.t
| `Structure of
(string
* [> `List of
[> `Double of SensitiveDoubleObject.t
| `Long of SensitiveLongObject.t
| `String of SensitiveStringObject.t
| `Timestamp of SensitiveTimestamp.t ]
list ])
list ])
list ])
list ]