IosTestLoopArgs

data class IosTestLoopArgs(val bundleId: Output<String>? = null) : ConvertibleToJava<IosTestLoopArgs>

A game loop test of an iOS application.

Constructors

Link copied to clipboard
fun IosTestLoopArgs(bundleId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val bundleId: Output<String>? = null

Bundle ID of the app.