IosDeviceArgs

data class IosDeviceArgs(val iosModelId: Output<String>, val iosVersionId: Output<String>, val locale: Output<String>, val orientation: Output<String>) : ConvertibleToJava<IosDeviceArgs>

A single iOS device.

Constructors

Link copied to clipboard
fun IosDeviceArgs(iosModelId: Output<String>, iosVersionId: Output<String>, locale: Output<String>, orientation: Output<String>)

Functions

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

Properties

Link copied to clipboard
val iosModelId: Output<String>

The id of the iOS device to be used. Use the TestEnvironmentDiscoveryService to get supported options.

Link copied to clipboard
val iosVersionId: Output<String>

The id of the iOS major software version to be used. Use the TestEnvironmentDiscoveryService to get supported options.

Link copied to clipboard
val locale: Output<String>

The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.

Link copied to clipboard
val orientation: Output<String>

How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.