Class Targeting
Targeting details for a recovery action such as regions, android sdk levels, app versions etc.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class Targeting : IDirectResponseSchema
Properties
AllUsers
All users are targeted.
Declaration
[JsonProperty("allUsers")]
public virtual AllUsers AllUsers { get; set; }
Property Value
Type | Description |
---|---|
AllUsers |
AndroidSdks
Targeting is based on android api levels of devices.
Declaration
[JsonProperty("androidSdks")]
public virtual AndroidSdks AndroidSdks { get; set; }
Property Value
Type | Description |
---|---|
AndroidSdks |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Regions
Targeting is based on the user account region.
Declaration
[JsonProperty("regions")]
public virtual Regions Regions { get; set; }
Property Value
Type | Description |
---|---|
Regions |
VersionList
Target version codes as a list.
Declaration
[JsonProperty("versionList")]
public virtual AppVersionList VersionList { get; set; }
Property Value
Type | Description |
---|---|
AppVersionList |
VersionRange
Target version codes as a range.
Declaration
[JsonProperty("versionRange")]
public virtual AppVersionRange VersionRange { get; set; }
Property Value
Type | Description |
---|---|
AppVersionRange |