Class GoogleAdsSearchads360V23ServicesPlannableLocation
A plannable location: country, metro region, province, etc.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesPlannableLocation : IDirectResponseSchema
Properties
CountryCode
The ISO-3166-1 alpha-2 country code that is associated with the location.
Declaration
[JsonProperty("countryCode")]
public virtual string CountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
The location identifier.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocationType
The location's type. Location types correspond to target_type returned by .
Declaration
[JsonProperty("locationType")]
public virtual string LocationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The unique location name in English.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentCountryId
The parent country (not present if location is a country). If present, will always be a GeoTargetConstant ID. Additional information such as country name is provided by ReachPlanService.ListPlannableLocations or
Declaration
[JsonProperty("parentCountryId")]
public virtual long? ParentCountryId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |