Module Values.BatchGetJobEntityRequestSource

Get batched job details for a worker.

Sourcetype nonrec t = {
  1. farmId : FarmId.t;
    (*

    The farm ID of the worker that's fetching job details. The worker must have an assignment on a job to fetch job details.

    *)
  2. fleetId : FleetId.t;
    (*

    The fleet ID of the worker that's fetching job details. The worker must have an assignment on a job to fetch job details.

    *)
  3. workerId : WorkerId.t;
    (*

    The worker ID of the worker containing the job details to get.

    *)
  4. identifiers : JobEntityIdentifiers.t;
    (*

    The job identifiers to include within the job entity batch details.

    *)
}
Sourceval context_ : string
Sourceval make : farmId:FarmId.t -> fleetId:FleetId.t -> workerId:WorkerId.t -> identifiers:JobEntityIdentifiers.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of JobId.t ]) list ]) list ] list | `String of FarmId.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