Module GapiAdsenseV1_1Model.AdsenseReportsGenerateResponse.Headers

module Headers: sig .. end

type t = {
   currency : string; (*
The currency of this column. Only present if the header type is METRIC_CURRENCY.
*)
   name : string; (*
The name of the header.
*)
   _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