Class ApkDescription
Description of the created apks.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ApkDescription : IDirectResponseSchema
Properties
AssetSliceMetadata
Set only for asset slices.
Declaration
[JsonProperty("assetSliceMetadata")]
public virtual SplitApkMetadata AssetSliceMetadata { get; set; }
Property Value
Type | Description |
---|---|
SplitApkMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstantApkMetadata
Set only for Instant split APKs.
Declaration
[JsonProperty("instantApkMetadata")]
public virtual SplitApkMetadata InstantApkMetadata { get; set; }
Property Value
Type | Description |
---|---|
SplitApkMetadata |
Path
Path of the Apk, will be in the following format: .apk where DownloadId is the ID used to download the apk using GeneratedApks.Download API.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
SplitApkMetadata
Set only for Split APKs.
Declaration
[JsonProperty("splitApkMetadata")]
public virtual SplitApkMetadata SplitApkMetadata { get; set; }
Property Value
Type | Description |
---|---|
SplitApkMetadata |
StandaloneApkMetadata
Set only for standalone APKs.
Declaration
[JsonProperty("standaloneApkMetadata")]
public virtual StandaloneApkMetadata StandaloneApkMetadata { get; set; }
Property Value
Type | Description |
---|---|
StandaloneApkMetadata |
Targeting
Apk-level targeting.
Declaration
[JsonProperty("targeting")]
public virtual ApkTargeting Targeting { get; set; }
Property Value
Type | Description |
---|---|
ApkTargeting |