module MomentsFeed:sig..end
type t = {
|
etag : |
(* |
ETag of this response for caching purposes.
| *) |
|
items : |
(* |
The moments in this page of results.
| *) |
|
kind : |
(* |
Identifies this resource as a collection of moments. Value: "plus#momentsFeed".
| *) |
|
nextLink : |
(* |
Link to the next page of moments.
| *) |
|
nextPageToken : |
(* |
The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
| *) |
|
selfLink : |
(* |
Link to this page of moments.
| *) |
|
title : |
(* |
The title of this collection of moments.
| *) |
|
updated : |
(* |
The RFC 339 timestamp for when this collection of moments was last updated.
| *) |
val etag : (t, string) GapiLens.t
val items : (t, GapiPlusV1Model.Moment.t list) GapiLens.t
val kind : (t, string) GapiLens.t
val nextLink : (t, string) GapiLens.t
val nextPageToken : (t, string) GapiLens.t
val selfLink : (t, string) GapiLens.t
val title : (t, string) GapiLens.t
val updated : (t, GapiDate.t) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t