sig
type t = {
id : string;
kind : string;
_object : GapiPlusV1Model.ItemScope.t;
result : GapiPlusV1Model.ItemScope.t;
startDate : GapiDate.t;
target : GapiPlusV1Model.ItemScope.t;
_type : string;
}
val id : (GapiPlusV1Model.Moment.t, string) GapiLens.t
val kind : (GapiPlusV1Model.Moment.t, string) GapiLens.t
val _object :
(GapiPlusV1Model.Moment.t, GapiPlusV1Model.ItemScope.t) GapiLens.t
val result :
(GapiPlusV1Model.Moment.t, GapiPlusV1Model.ItemScope.t) GapiLens.t
val startDate : (GapiPlusV1Model.Moment.t, GapiDate.t) GapiLens.t
val target :
(GapiPlusV1Model.Moment.t, GapiPlusV1Model.ItemScope.t) GapiLens.t
val _type : (GapiPlusV1Model.Moment.t, string) GapiLens.t
val empty : GapiPlusV1Model.Moment.t
val render : GapiPlusV1Model.Moment.t -> GapiJson.json_data_model list
val parse :
GapiPlusV1Model.Moment.t ->
GapiJson.json_data_model -> GapiPlusV1Model.Moment.t
val to_data_model : GapiPlusV1Model.Moment.t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> GapiPlusV1Model.Moment.t
end