GoogleApi.Testing.V1.Model.IosDeviceFile (google_api_testing v0.34.0)
View SourceA file or directory to install on the device before the test starts.
Attributes
-
bundleId
(type:String.t
, default:nil
) - The bundle id of the app where this file lives. iOS apps sandbox their own filesystem, so app files must specify which app installed on the device. -
content
(type:GoogleApi.Testing.V1.Model.FileReference.t
, default:nil
) - The source file -
devicePath
(type:String.t
, default:nil
) - Location of the file on the device, inside the app's sandboxed filesystem
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Testing.V1.Model.IosDeviceFile{ bundleId: String.t() | nil, content: GoogleApi.Testing.V1.Model.FileReference.t() | nil, devicePath: String.t() | nil }