Show / Hide Table of Contents

Class CountryTargeting

Country targeting specification.

Inheritance
object
CountryTargeting
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX