package gapi-ocaml

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

Module AdsenseReportsGenerateResponse.HeadersSource

Sourcetype t = {
  1. currency : string;
    (*

    The currency of this column. Only present if the header type is METRIC_CURRENCY.

    *)
  2. name : string;
    (*

    The name of the header.

    *)
  3. _type : string;
    (*

    The type of the header; one of DIMENSION, METRIC_TALLY, METRIC_RATIO, or METRIC_CURRENCY.

    *)
}
Sourceval currency : (t, string) GapiLens.t
Sourceval name : (t, string) GapiLens.t
Sourceval _type : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list