Values.AnalysisParameterSourceOptional. The member who can query can provide this placeholder for a literal data value in an analysis template.
type nonrec t = {name : ParameterName.t;The name of the parameter. The name must use only alphanumeric or underscore (_) characters.
*)type_ : ParameterType.t;The type of parameter.
*)defaultValue : ParameterValue.t option;Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ParameterName.t ]) list ]