package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. common : GdataAtom.BasicEntry.t;
  2. archiveNotify : string;
  3. archiveStatus : string;
  4. quotaBytesUsed : int64;
  5. archiveNotifyStatus : string;
  6. archiveComplete : GapiDate.t;
  7. archiveTotal : int;
  8. archiveTotalComplete : int;
  9. archiveTotalFailure : int;
  10. archiveResourceIds : string list;
  11. archiveConversions : Conversion.t list;
  12. extensions : GdataAtom.GenericExtensions.t;
}
val archiveNotify : (t, string) GapiLens.t
val archiveStatus : (t, string) GapiLens.t
val quotaBytesUsed : (t, int64) GapiLens.t
val archiveNotifyStatus : (t, string) GapiLens.t
val archiveComplete : (t, GapiDate.t) GapiLens.t
val archiveTotal : (t, int) GapiLens.t
val archiveTotalComplete : (t, int) GapiLens.t
val archiveTotalFailure : (t, int) GapiLens.t
val archiveResourceIds : (t, string list) GapiLens.t
val archiveConversions : (t, Conversion.t list) GapiLens.t
val id : (t, string) 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