Module GdataBatch.Status

type t = {
code : int;
reason : string;
content_type : string;
content : string;
}
val code : (t, int) GapiLens.t
val reason : (t, string) GapiLens.t
val content_type : (t, string) GapiLens.t
val content : (t, string) 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