google_api_testing v0.19.1 GoogleApi.Testing.V1.Model.Apk View Source

An Android package file to install.

Attributes

  • location (type: GoogleApi.Testing.V1.Model.FileReference.t, default: nil) - The path to an APK to be installed on the device before the test begins.
  • packageName (type: String.t, default: nil) - The java package for the APK to be installed. Value is determined by examining the application's manifest.

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.Apk{
  location: GoogleApi.Testing.V1.Model.FileReference.t(),
  packageName: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.