IosDeviceListResponse

data class IosDeviceListResponse(val iosDevices: List<IosDeviceResponse>)

A list of iOS device configurations in which the test is to be executed.

Constructors

Link copied to clipboard
constructor(iosDevices: List<IosDeviceResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of iOS devices.