Class Apk
Inheritance
System.Object
Apk
Implements
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class Apk : object, IDirectResponseSchema
Properties
Binary
Information about the binary payload of this APK.
Declaration
public virtual ApkBinary Binary { get; set; }
Property Value
Type | Description |
---|---|
ApkBinary |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VersionCode
The version code of the APK, as specified in the APK's manifest file.
Declaration
public virtual Nullable<int> VersionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |