Module Values.BatchStartSource

Batch start resource request

Sourcetype nonrec t = {
  1. channelIds : string list option;
    (*

    List of channel IDs

    *)
  2. multiplexIds : string list option;
    (*

    List of multiplex IDs

    *)
}
Sourceval make : ?channelIds:??? -> ?multiplexIds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list ]) 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