package gapi-ocaml

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

Module Ga.OutputSource

Sourcetype t =
  1. | Default
  2. | DataTable
    (*

    Returns the response in Google Charts Data Table format. This is useful in creating visualization using Google Charts.

    *)
  3. | Json
    (*

    Returns the response in standard JSON format.

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