GoogleApi.Testing.V1.Model.IosDeviceFile (google_api_testing v0.22.1) View Source

A 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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Testing.V1.Model.IosDeviceFile{
  bundleId: String.t(),
  content: GoogleApi.Testing.V1.Model.FileReference.t(),
  devicePath: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.