IosDeviceListArgs

data class IosDeviceListArgs(val iosDevices: Output<List<IosDeviceArgs>>) : ConvertibleToJava<IosDeviceListArgs>

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

Constructors

Link copied to clipboard
fun IosDeviceListArgs(iosDevices: Output<List<IosDeviceArgs>>)

Functions

Link copied to clipboard
open override fun toJava(): IosDeviceListArgs

Properties

Link copied to clipboard

A list of iOS devices.