package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. etag : string;
  2. kind : string;
  3. authors : GdataAtom.Author.t list;
  4. content : GdataAtom.Content.t;
  5. contributors : GdataAtom.Contributor.t list;
  6. id : GdataAtom.atom_id;
  7. published : GdataAtom.atom_published;
  8. updated : GdataAtom.atom_updated;
  9. title : GdataAtom.Title.t;
  10. category : GdataAtom.Category.t;
  11. extensions : GdataCore.xml_data_model list;
}
val empty : t
val of_xml_data_model : t -> GdataCore.xml_data_model -> t
val to_xml_data_model : t -> GdataCore.xml_data_model list