Show / Hide Table of Contents

Class Apk

An Android package file to install.

Inheritance
object
Apk
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX