Values.PolicySourceA structure that contains information about one delivery destination policy.
type nonrec t = {deliveryDestinationPolicy : DeliveryDestinationPolicy.t option;The contents of the delivery destination policy.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of DeliveryDestinationPolicy.t ]) list ]