Values.ClassificationSourceA classification refers to a set of specific configurations.
type nonrec t = {name : NameString.t option;The name of the configuration classification.
*)properties : ParametersMap.t option;A set of properties specified within a configuration classification.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of KeyString.t ]
* [> `String of ParametersMapValue.t ])
list
| `String of NameString.t ])
list ]