Values.TemplateParameterConfigurationSourceThe configuration of a job template parameter.
type nonrec t = {type_ : TemplateParameterDataType.t option;The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.
*)defaultValue : String1024.t option;The default value for the job template parameter.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of String1024.t ]) list ]