module Headers:sig..end
type t = {
|
currency : |
(* |
The currency of this column. Only present if the header type is METRIC_CURRENCY.
| *) |
|
name : |
(* |
The name of the header.
| *) |
|
_type : |
(* |
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