package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Default
  2. | ANALYTICS_CLICKS
    (*

    Returns only click counts.

    *)
  3. | ANALYTICS_TOP_STRINGS
    (*

    Returns only top string counts.

    *)
  4. | FULL
    (*

    Returns the creation timestamp and all available analytics.

    *)
val to_string : t -> string
val of_string : string -> t