module type FeedLink =sig..end
type feed_t
type t = {
|
countHint : |
|
href : |
|
readOnly : |
|
rel : |
|
feed : |
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