Values_0.BatchGetDataQualityResultRequestSourceRetrieves a list of data quality results for the specified result IDs.
type nonrec t = {resultIds : DataQualityResultIds.t;A list of unique result IDs for the data quality results.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of HashString.t ] list ]) list ]