Ios Device File Args
data class IosDeviceFileArgs(val bundleId: Output<String>? = null, val content: Output<FileReferenceArgs>? = null, val devicePath: Output<String>? = null) : ConvertibleToJava<IosDeviceFileArgs>
A file or directory to install on the device before the test starts.
Constructors
Link copied to clipboard
constructor(bundleId: Output<String>? = null, content: Output<FileReferenceArgs>? = null, devicePath: Output<String>? = null)