Show / Hide Table of Contents

Class TargetingInfo

Targeting information about the generated apks.

Inheritance
object
TargetingInfo
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX