Values.DimensionValuesSourceContains the specifications for the filters to use for your request.
type nonrec t = {key : Dimension.t;The name of the dimension that you want to filter on.
*)values : Values.t;The metadata values you can specify to filter upon, so that the results all match at least one of the specified values.
*)matchOptions : MatchOptions.t;The match options that you can use to filter your results. You can specify only one of these values in the array.
*)}