package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GapiUrlshortenerV1Model.AnalyticsSummarySource

Sourcetype t = {
  1. allTime : AnalyticsSnapshot.t;
    (*

    Click analytics over all time.

    *)
  2. day : AnalyticsSnapshot.t;
    (*

    Click analytics over the last day.

    *)
  3. month : AnalyticsSnapshot.t;
    (*

    Click analytics over the last month.

    *)
  4. twoHours : AnalyticsSnapshot.t;
    (*

    Click analytics over the last two hours.

    *)
  5. week : AnalyticsSnapshot.t;
    (*

    Click analytics over the last week.

    *)
}
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t