module Entry:sig..end
type t = {
|
etag : |
|
kind : |
|
: |
|
content : |
|
contributors : |
|
id : |
|
published : |
|
updated : |
|
links : |
|
title : |
|
category : |
|
extensions : |
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