Module GdataCalendar.Link

type t = {
href : string;
length : Stdlib.Int64.t;
rel : string;
title : string;
_type : string;
webContent : WebContent.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