Values.StepParameterSourceThe details of a step parameter.
type nonrec t = {name : StepParameterName.t option;The name of the parameter.
*)type_ : StepParameterType.t option;The data type of the parameter.
*)chunks : StepParameterChunks.t option;The configuration for task chunking.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of StepParameterName.t
| `Structure of
(string * [> `Enum of string | `Integer of DefaultTaskCount.t ])
list ])
list ]