Module GdataAtom.Link

type t = {
href : string;
length : Stdlib.Int64.t;
rel : string;
title : string;
_type : string;
}
val href : (t, string) GapiLens.t
val length : (t, Stdlib.Int64.t) GapiLens.t
val rel : (t, string) GapiLens.t
val title : (t, string) GapiLens.t
val _type : (t, string) GapiLens.t
include AtomData with type t := t
type 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