Module Values_0.HeatMapAggregatedFieldWellsSource

The aggregated field wells of a heat map.

Sourcetype nonrec t = {
  1. rows : HeatMapDimensionFieldList.t option;
    (*

    The rows field well of a heat map.

    *)
  2. columns : HeatMapDimensionFieldList.t option;
    (*

    The columns field well of a heat map.

    *)
  3. values : HeatMapMeasureFieldList.t option;
    (*

    The values field well of a heat map.

    *)
}
Sourceval make : ?rows:??? -> ?columns:??? -> ?values:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `String of NullString.t | `Structure of (string * [> `Enum of string | `String of Prefix.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t