Show / Hide Table of Contents

Class UserCountriesTargeting

Describes an inclusive/exclusive list of country codes that module targets.

Inheritance
object
UserCountriesTargeting
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 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?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX