Class TargetingUpdate
Update type for targeting. Note it is always a subset Targeting.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class TargetingUpdate : IDirectResponseSchema
Properties
AllUsers
All users are targeted.
Declaration
[JsonProperty("allUsers")]
public virtual AllUsers AllUsers { get; set; }
Property Value
Type | Description |
---|---|
AllUsers |
AndroidSdks
Additional android sdk levels are targeted by the recovery action.
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
Additional regions are targeted by the recovery action.
Declaration
[JsonProperty("regions")]
public virtual Regions Regions { get; set; }
Property Value
Type | Description |
---|---|
Regions |