package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. id : string;
  2. operation : Operation.t;
  3. status : Status.t;
  4. interrupted : Interrupted.t;
}
val id : (t, string) GapiLens.t
val operation : (t, Operation.t) GapiLens.t
val status : (t, Status.t) GapiLens.t
val interrupted : (t, Interrupted.t) GapiLens.t
include GdataAtom.AtomData with type t := 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