sig
  type t = {
    etag : string;
    items : GapiPlusV1Model.Moment.t list;
    kind : string;
    nextLink : string;
    nextPageToken : string;
    selfLink : string;
    title : string;
    updated : GapiDate.t;
  }
  val etag : (GapiPlusV1Model.MomentsFeed.t, string) GapiLens.t
  val items :
    (GapiPlusV1Model.MomentsFeed.t, GapiPlusV1Model.Moment.t list) GapiLens.t
  val kind : (GapiPlusV1Model.MomentsFeed.t, string) GapiLens.t
  val nextLink : (GapiPlusV1Model.MomentsFeed.t, string) GapiLens.t
  val nextPageToken : (GapiPlusV1Model.MomentsFeed.t, string) GapiLens.t
  val selfLink : (GapiPlusV1Model.MomentsFeed.t, string) GapiLens.t
  val title : (GapiPlusV1Model.MomentsFeed.t, string) GapiLens.t
  val updated : (GapiPlusV1Model.MomentsFeed.t, GapiDate.t) GapiLens.t
  val empty : GapiPlusV1Model.MomentsFeed.t
  val render : GapiPlusV1Model.MomentsFeed.t -> GapiJson.json_data_model list
  val parse :
    GapiPlusV1Model.MomentsFeed.t ->
    GapiJson.json_data_model -> GapiPlusV1Model.MomentsFeed.t
  val to_data_model :
    GapiPlusV1Model.MomentsFeed.t -> GapiJson.json_data_model
  val of_data_model :
    GapiJson.json_data_model -> GapiPlusV1Model.MomentsFeed.t
end