package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. common : GdataAtom.BasicEntry.t;
  2. description : string;
  3. resourceId : string;
  4. modifiedByMeDate : GapiDate.t;
  5. sharedWithMeDate : GapiDate.t;
  6. lastModifiedBy : GdataExtensions.LastModifiedBy.t;
  7. lastViewed : GapiDate.t;
  8. quotaBytesUsed : int;
  9. writersCanInvite : bool;
  10. md5Checksum : string;
  11. filename : string;
  12. suggestedFilename : string;
  13. deleted : bool;
  14. removed : bool;
  15. size : int64;
  16. changestamp : int;
  17. batch : GdataBatch.BatchExtensions.t;
  18. extensions : GdataAtom.GenericExtensions.t;
}
val description : (t, string) GapiLens.t
val resourceId : (t, string) GapiLens.t
val modifiedByMeDate : (t, GapiDate.t) GapiLens.t
val sharedWithMeDate : (t, GapiDate.t) GapiLens.t
val lastViewed : (t, GapiDate.t) GapiLens.t
val quotaBytesUsed : (t, int) GapiLens.t
val writersCanInvite : (t, bool) GapiLens.t
val md5Checksum : (t, string) GapiLens.t
val filename : (t, string) GapiLens.t
val suggestedFilename : (t, string) GapiLens.t
val deleted : (t, bool) GapiLens.t
val removed : (t, bool) GapiLens.t
val size : (t, int64) GapiLens.t
val changestamp : (t, int) GapiLens.t
val id : (t, string) GapiLens.t
val etag : (t, string) GapiLens.t
val categories : (t, GdataAtom.Category.t list) GapiLens.t
val published : (t, GapiDate.t) GapiLens.t
val updated : (t, GapiDate.t) GapiLens.t
val edited : (t, GapiDate.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