Class CountryTargeting
Country targeting specification.
Inheritance
System.Object
CountryTargeting
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.Collections.Generic.IList<System.String> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Boolean> |