Module GapiPlusV1Model.Activity.Object.Replies

module Replies: sig .. end

type t = {
   selfLink : string; (*
The URL for the collection of comments in reply to this activity.
*)
   totalItems : int; (*
Total number of comments on this activity.
*)
}
val selfLink : (t, string) GapiLens.t
val totalItems : (t, int) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t