Module Values.GetDataSetDetailsRequestSource

Gets the details of a specific data set.

Sourcetype nonrec t = {
  1. applicationId : Identifier.t;
    (*

    The unique identifier of the application that this data set is associated with.

    *)
  2. dataSetName : String200.t;
    (*

    The name of the data set.

    *)
}
Sourceval context_ : string
Sourceval make : applicationId:Identifier.t -> dataSetName:String200.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Identifier.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