Class UserCountriesTargeting
Describes an inclusive/exclusive list of country codes that module targets.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UserCountriesTargeting : IDirectResponseSchema
Properties
CountryCodes
List of country codes in the two-letter CLDR territory format.
Declaration
[JsonProperty("countryCodes")]
public virtual IList<string> CountryCodes { 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 |
Exclude
Indicates if the list above is exclusive.
Declaration
[JsonProperty("exclude")]
public virtual bool? Exclude { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |