Show / Hide Table of Contents

Class Variant

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

Inheritance
System.Object
Variant
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

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
System.Nullable<System.Int64>

Implements

IDirectResponseSchema
In This Article
Back to top