GoogleApi.Testing.V1.Model.Apk (google_api_testing v0.34.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.Apk{
  location: GoogleApi.Testing.V1.Model.FileReference.t() | nil,
  packageName: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.