Module GdataBatch.BatchExtensions

type t = {
id : string;
operation : Operation.t;
status : Status.t;
interrupted : Interrupted.t;
}
val id : (t, string) GapiLens.t
val operation : (tOperation.t) GapiLens.t
val status : (tStatus.t) GapiLens.t
val interrupted : (tInterrupted.t) GapiLens.t
include GdataAtom.AtomData with type t := t
type t
val empty : t
val to_xml_data_model : t -> GdataCore.xml_data_model list
val of_xml_data_model : t -> GdataCore.xml_data_model -> t
val node_matches : (string * string) -> bool