pullDirectories

@JvmName(name = "jdehlinhsolatojy")
suspend fun pullDirectories(value: Output<List<IosDeviceFileArgs>>)
@JvmName(name = "qcmnoeoajxekbvjo")
suspend fun pullDirectories(value: List<IosDeviceFileArgs>?)

Parameters

value

List of directories on the device to upload to Cloud Storage at the end of the test. Directories should either be in a shared directory (such as /private/var/mobile/Media) or within an accessible directory inside the app's filesystem (such as /Documents) by specifying the bundle ID.


@JvmName(name = "gjkfjqefuchqunbk")
suspend fun pullDirectories(vararg values: Output<IosDeviceFileArgs>)


@JvmName(name = "gkayksoharctmsih")
suspend fun pullDirectories(values: List<Output<IosDeviceFileArgs>>)
@JvmName(name = "etlndbxorwtjwveq")
suspend fun pullDirectories(vararg values: IosDeviceFileArgs)

Parameters

values

List of directories on the device to upload to Cloud Storage at the end of the test. Directories should either be in a shared directory (such as /private/var/mobile/Media) or within an accessible directory inside the app's filesystem (such as /Documents) by specifying the bundle ID.


@JvmName(name = "knsfjxxwioehbtah")
suspend fun pullDirectories(argument: List<suspend IosDeviceFileArgsBuilder.() -> Unit>)
@JvmName(name = "ayakvlxfoupqhyjo")
suspend fun pullDirectories(vararg argument: suspend IosDeviceFileArgsBuilder.() -> Unit)
@JvmName(name = "wvvvsfgxbjxrtiut")
suspend fun pullDirectories(argument: suspend IosDeviceFileArgsBuilder.() -> Unit)

Parameters

argument

List of directories on the device to upload to Cloud Storage at the end of the test. Directories should either be in a shared directory (such as /private/var/mobile/Media) or within an accessible directory inside the app's filesystem (such as /Documents) by specifying the bundle ID.