module AnalyticsSummary:sig..end
type t = {
|
allTime : |
(* |
Click analytics over all time.
| *) |
|
day : |
(* |
Click analytics over the last day.
| *) |
|
month : |
(* |
Click analytics over the last month.
| *) |
|
twoHours : |
(* |
Click analytics over the last two hours.
| *) |
|
week : |
(* |
Click analytics over the last week.
| *) |
val allTime : (t,
GapiUrlshortenerV1Model.AnalyticsSnapshot.t)
GapiLens.t
val day : (t,
GapiUrlshortenerV1Model.AnalyticsSnapshot.t)
GapiLens.t
val month : (t,
GapiUrlshortenerV1Model.AnalyticsSnapshot.t)
GapiLens.t
val twoHours : (t,
GapiUrlshortenerV1Model.AnalyticsSnapshot.t)
GapiLens.t
val week : (t,
GapiUrlshortenerV1Model.AnalyticsSnapshot.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