Values.ReceivedMetadataSourceMetadata associated with received licenses and grants.
type nonrec t = {receivedStatus : ReceivedStatus.t option;Received status.
*)receivedStatusReason : StatusReasonMessage.t option;Received status reason.
*)allowedOperations : AllowedOperationList.t option;Allowed operations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of StatusReasonMessage.t ])
list ]