Show / Hide Table of Contents

Class GeneratedSplitApk

Download metadata for a split APK.

Inheritance
object
GeneratedSplitApk
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 GeneratedSplitApk : 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 APK belongs to.

Declaration
[JsonProperty("moduleName")]
public virtual string ModuleName { get; set; }
Property Value
Type Description
string

SplitId

Split ID. Empty for the main split of the base module.

Declaration
[JsonProperty("splitId")]
public virtual string SplitId { 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?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX