Class GeneratedAssetPackSlice
Download metadata for an asset pack slice.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class GeneratedAssetPackSlice : 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 |
ModuleName
Name of the module that this asset slice belongs to.
Declaration
[JsonProperty("moduleName")]
public virtual string ModuleName { get; set; }
Property Value
Type | Description |
---|---|
string |
SliceId
Asset slice ID.
Declaration
[JsonProperty("sliceId")]
public virtual string SliceId { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Asset module version.
Declaration
[JsonProperty("version")]
public virtual long? Version { get; set; }
Property Value
Type | Description |
---|---|
long? |