Module Values_0.MappedDataSetParameterSource

A dataset parameter that is mapped to an analysis parameter.

Sourcetype nonrec t = {
  1. dataSetIdentifier : DataSetIdentifier.t;
    (*

    A unique name that identifies a dataset within the analysis or dashboard.

    *)
  2. dataSetParameterName : ParameterName.t;
    (*

    The name of the dataset parameter.

    *)
}
Sourceval context_ : string
Sourceval make : dataSetIdentifier:DataSetIdentifier.t -> dataSetParameterName:ParameterName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DataSetIdentifier.t ]) 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