Module Values_0.AnalyticsDataSetsResultSource

Information about datasets that are available to associate with: DataSetId, DataSetName.

Sourcetype nonrec t = {
  1. dataSetId : DataSetId.t option;
    (*

    The identifier of the dataset.

    *)
  2. dataSetName : String_.t option;
    (*

    The name of the dataset.

    *)
}
Sourceval make : ?dataSetId:??? -> ?dataSetName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DataSetId.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