Module GdataBatch.BatchExtensions

module BatchExtensions: sig .. end

type t = {
   id : string;
   operation : GdataBatch.Operation.t;
   status : GdataBatch.Status.t;
   interrupted : GdataBatch.Interrupted.t;
}
val id : (t, string) GapiLens.t
val operation : (t, GdataBatch.Operation.t) GapiLens.t
val status : (t, GdataBatch.Status.t) GapiLens.t
val interrupted : (t, GdataBatch.Interrupted.t) GapiLens.t
include GdataAtom.AtomData
val node_matches : string * string -> bool