Show / Hide Table of Contents

Class GeneratedAssetPackSlice

Download metadata for an asset pack slice.

Inheritance
object
GeneratedAssetPackSlice
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX