GoogleApi.Testing.V1.Model.Apk (google_api_testing v0.27.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.
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() | nil,
packageName: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.