Module Values.DissociatePackagesRequestSource

Dissociates multiple packages from a domain simultaneously.

Sourcetype nonrec t = {
  1. packageList : PackageIDList.t;
    (*

    A list of package IDs to be dissociated from a domain.

    *)
  2. domainName : DomainName.t;
}
Sourceval context_ : string
Sourceval make : packageList:PackageIDList.t -> domainName:DomainName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of PackageID.t ] list | `String of DomainName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t