A Location represents a geographical entity that can be targeted. If a location type is not available because of the API version you are using, the location will be represented as just the base class, otherwise it will be sub-classed correctly.
More...
|
long | id [get, set] |
| Uniquely identifies each More...
|
|
bool | idSpecified [get, set] |
|
string | type [get, set] |
| The location type for this geographical entity (ex. "COUNTRY", "CITY", "STATE", "COUNTY", etc.) More...
|
|
int | canonicalParentId [get, set] |
| The nearest location parent's ID for this geographical entity. More...
|
|
bool | canonicalParentIdSpecified [get, set] |
|
string | displayName [get, set] |
| The localized name of the geographical entity. More...
|
|
A Location represents a geographical entity that can be targeted. If a location type is not available because of the API version you are using, the location will be represented as just the base class, otherwise it will be sub-classed correctly.
int Google.Api.Ads.AdManager.v202311.Location.canonicalParentId |
|
getset |
The nearest location parent's ID for this geographical entity.
bool Google.Api.Ads.AdManager.v202311.Location.canonicalParentIdSpecified |
|
getset |
string Google.Api.Ads.AdManager.v202311.Location.displayName |
|
getset |
The localized name of the geographical entity.
long Google.Api.Ads.AdManager.v202311.Location.id |
|
getset |
bool Google.Api.Ads.AdManager.v202311.Location.idSpecified |
|
getset |
true
, if a value is specified for id, false
otherwise.
string Google.Api.Ads.AdManager.v202311.Location.type |
|
getset |
The location type for this geographical entity (ex. "COUNTRY", "CITY", "STATE", "COUNTY", etc.)
The documentation for this class was generated from the following file: