module Rows:sig..end
module ConversionPathValue:sig..end
type t = {
|
conversionPathValue : |
(* |
A conversion path dimension value, containing a list of interactions with their attributes.
| *) |
|
primitiveValue : |
(* |
A primitive dimension value. A primitive metric value.
| *) |
val conversionPathValue : (t,
ConversionPathValue.t list)
GapiLens.t
val primitiveValue : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t