Module Values.DisassociateApplicationsRequestSource

Disassociate applications from wave.

Sourcetype nonrec t = {
  1. waveID : WaveID.t;
    (*

    Wave ID.

    *)
  2. applicationIDs : ApplicationIDs.t;
    (*

    Application IDs list.

    *)
  3. accountID : AccountID.t option;
    (*

    Account ID.

    *)
}
Sourceval context_ : string
Sourceval make : ?accountID:??? -> waveID:WaveID.t -> applicationIDs:ApplicationIDs.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ApplicationID.t ] list | `String of WaveID.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