Class GetApkDetailsResponse
Response containing the details of the specified Android application.
Implements
Inherited Members
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 |