Environment Matrix Response
data class EnvironmentMatrixResponse(val androidDeviceList: AndroidDeviceListResponse, val androidMatrix: AndroidMatrixResponse, val iosDeviceList: IosDeviceListResponse)
The matrix of environments in which the test is to be executed.
Constructors
Link copied to clipboard
constructor(androidDeviceList: AndroidDeviceListResponse, androidMatrix: AndroidMatrixResponse, iosDeviceList: IosDeviceListResponse)