Class TargetingInfo
Targeting information about the generated apks.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class TargetingInfo : IDirectResponseSchema
Properties
AssetSliceSet
List of created asset slices.
Declaration
[JsonProperty("assetSliceSet")]
public virtual IList<AssetSliceSet> AssetSliceSet { get; set; }
Property Value
Type | Description |
---|---|
IList<AssetSliceSet> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageName
The package name of this app.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type | Description |
---|---|
string |
Variant
List of the created variants.
Declaration
[JsonProperty("variant")]
public virtual IList<SplitApkVariant> Variant { get; set; }
Property Value
Type | Description |
---|---|
IList<SplitApkVariant> |