Values.ApplicationConfigSourceA list of ApplicationAttributes that contains information about the application.
type nonrec t = {attributes : ApplicationAttributes.t option;Contains the attribute name and a list of values for that attribute.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of AttributeValue.t ] list
| `String of AttributeName.t ])
list ]
list ])
list ]