Show / Hide Table of Contents

Class GetApkDetailsResponse

Response containing the details of the specified Android application.

Inheritance
object
GetApkDetailsResponse
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 GetApkDetailsResponse : IDirectResponseSchema

Properties

ApkDetail

Details of the Android App.

Declaration
[JsonProperty("apkDetail")]
public virtual ApkDetail ApkDetail { get; set; }
Property Value
Type Description
ApkDetail

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX