google_api_testing v0.12.0 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Testing.V1.Model.Apk{ location: GoogleApi.Testing.V1.Model.FileReference.t(), packageName: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.