Class CountryTargeting
Country targeting specification.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class CountryTargeting : IDirectResponseSchema
Properties
Countries
Countries to target, specified as two letter CLDR codes.
Declaration
[JsonProperty("countries")]
public virtual IList<string> Countries { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeRestOfWorld
Include "rest of world" as well as explicitly targeted countries.
Declaration
[JsonProperty("includeRestOfWorld")]
public virtual bool? IncludeRestOfWorld { get; set; }
Property Value
Type | Description |
---|---|
bool? |