Values.ParameterObjectSourceContains information about a parameter object.
type nonrec t = {id : FieldNameString.t;The ID of the parameter object.
*)attributes : ParameterAttributeList.t;The attributes of the parameter object.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of AttributeNameString.t ]) list ]
list
| `String of FieldNameString.t ])
list ]