Class Apk
An Android package file to install.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class Apk : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
The path to an APK to be installed on the device before the test begins.
Declaration
[JsonProperty("location")]
public virtual FileReference Location { get; set; }
Property Value
Type | Description |
---|---|
FileReference |
PackageName
The java package for the APK to be installed. Value is determined by examining the application's manifest.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type | Description |
---|---|
string |