Values.DeviceSelectionResultSourceContains the run results requested by the device selection configuration and how many devices were returned. For an example of the JSON response syntax, see ScheduleRun.
type nonrec t = {filters : DeviceFilters.t option;The filters in a device selection result.
*)matchedDevicesCount : Integer.t option;The number of devices that matched the device filter selection criteria.
*)maxDevices : Integer.t option;The maximum number of devices to be selected by a device filter and included in a test run.
*)}