Module Comments.Entry

type t = {
etag : string;
kind : string;
authors : GdataAtom.Author.t list;
content : GdataAtom.Content.t;
contributors : GdataAtom.Contributor.t list;
id : GdataAtom.atom_id;
published : GdataAtom.atom_published;
updated : GdataAtom.atom_updated;
title : GdataAtom.Title.t;
category : GdataAtom.Category.t;
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