Class GeneratedStandaloneApk
Download metadata for a standalone APK.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class GeneratedStandaloneApk : IDirectResponseSchema
Properties
DownloadId
Download ID, which uniquely identifies the APK to download. Should be supplied to generatedapks.download
method.
Declaration
[JsonProperty("downloadId")]
public virtual string DownloadId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VariantId
ID of the generated variant.
Declaration
[JsonProperty("variantId")]
public virtual int? VariantId { get; set; }
Property Value
Type | Description |
---|---|
int? |