Class Variant
APK that is suitable for inclusion in a system image. The resource of SystemApksService.
Implements
Inherited Members
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? |