package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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.

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