package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

type feed_t = Feed.t
type t = {
  1. countHint : int;
  2. href : string;
  3. readOnly : bool;
  4. rel : string;
  5. 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 with type t := 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