Module GdataDocumentsV3Model.AclFeedLink

type feed_t = GdataACL.Feed.t
type t = {
countHint : int;
href : string;
readOnly : bool;
rel : string;
feed : feed_t;
}
val countHint : (t, int) GapiLens.t
val href : (t, string) GapiLens.t
val readOnly : (t, bool) GapiLens.t
val rel : (t, string) GapiLens.t
val feed : (tfeed_t) GapiLens.t
include GdataAtom.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