Class GeneratedUniversalApk
Download metadata for a universal APK.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class GeneratedUniversalApk : 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 |