Values.ComponentParameterSourceContains a key/value pair that sets the named component parameter.
type nonrec t = {name : ComponentParameterName.t;The name of the component parameter to set.
*)value : ComponentParameterValueList.t;Sets the value for the named component parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ComponentParameterValue.t ] list
| `String of ComponentParameterName.t ])
list ]