Module Values_0.DestinationParameterValueConfigurationSource

The 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.

Sourcetype nonrec t = {
  1. customValuesConfiguration : CustomValuesConfiguration.t option;
    (*

    The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.

    *)
  2. selectAllValueOptions : SelectAllValueOptions.t option;
    (*

    The configuration that selects all options.

    *)
  3. sourceParameterName : String_.t option;
    (*

    The source parameter name of the destination parameter.

    *)
  4. sourceField : FieldId.t option;
    (*

    The source field ID of the destination parameter.

    *)
  5. sourceColumn : ColumnIdentifier.t option;
}
Sourceval make : ?customValuesConfiguration:??? -> ?selectAllValueOptions:??? -> ?sourceParameterName:??? -> ?sourceField:??? -> ?sourceColumn:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t