Values.MetadataAttributeSourceContains information about a metadata attribute.
type nonrec t = {key : Key.t;The key of the metadata attribute.
*)value : MetadataAttributeValue.t;Contains the value of the metadata attribute.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Key.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of NumberValue.t
| `Enum of string
| `List of [> `String of StringValue.t ] list
| `String of StringValue.t ])
list ])
list ]