Functor GdataExtensions.MakeFeedLink

module MakeFeedLink: 
functor (Feed : GdataAtom.Feed) -> sig .. end
Parameters:
Feed : GdataAtom.Feed

type feed_t = 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 : (t, feed_t)
GapiLens.t
include GdataAtom.AtomData