pullDirectories

@JvmName(name = "amoibjqfspynijvi")
suspend fun pullDirectories(value: Output<List<IosDeviceFileArgs>>)
@JvmName(name = "usqxpgfhdurttwkp")
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 = "isvofaqqhbrbngyp")
suspend fun pullDirectories(vararg values: Output<IosDeviceFileArgs>)


@JvmName(name = "mltyqfjmbcuajndo")
suspend fun pullDirectories(values: List<Output<IosDeviceFileArgs>>)
@JvmName(name = "hgojrxomojswejmj")
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 = "buudvwvppebggcdn")
suspend fun pullDirectories(argument: List<suspend IosDeviceFileArgsBuilder.() -> Unit>)
@JvmName(name = "osivdhnxyfymfgkg")
suspend fun pullDirectories(vararg argument: suspend IosDeviceFileArgsBuilder.() -> Unit)
@JvmName(name = "wpgbfojayvsiwlaa")
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.