Values.DissociatePackagesRequestSourceDissociates multiple packages from a domain simultaneously.
type nonrec t = {packageList : PackageIDList.t;A list of package IDs to be dissociated from a domain.
*)domainName : DomainName.t;}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of PackageID.t ] list
| `String of DomainName.t ])
list ]