module BatchExtensions:sig..end
type t = {
|
id : |
|
operation : |
|
status : |
|
interrupted : |
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