Show / Hide Table of Contents

Class Variant

APK that is suitable for inclusion in a system image. The resource of SystemApksService.

Inheritance
object
Variant
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 Variant : IDirectResponseSchema

Properties

DeviceSpec

The device spec used to generate the APK.

Declaration
[JsonProperty("deviceSpec")]
public virtual DeviceSpec DeviceSpec { get; set; }
Property Value
Type Description
DeviceSpec

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Options

Optional. Options applied to the generated APK.

Declaration
[JsonProperty("options")]
public virtual SystemApkOptions Options { get; set; }
Property Value
Type Description
SystemApkOptions

VariantId

Output only. The ID of a previously created system APK variant.

Declaration
[JsonProperty("variantId")]
public virtual long? VariantId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX