pullDirectories

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


@JvmName(name = "ugmhjfmomyeqrddu")
suspend fun pullDirectories(values: List<Output<IosDeviceFileArgs>>)
@JvmName(name = "npkyoijxrajadfng")
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 = "jlqkyoxwnamsrdyl")
suspend fun pullDirectories(argument: List<suspend IosDeviceFileArgsBuilder.() -> Unit>)
@JvmName(name = "yngqhbugqmfjvwsp")
suspend fun pullDirectories(vararg argument: suspend IosDeviceFileArgsBuilder.() -> Unit)
@JvmName(name = "atoqvwytboueawwg")
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.