Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.Location Class Reference

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...

Properties

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...
 

Detailed Description

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.

Property Documentation

int Google.Api.Ads.AdManager.v202305.Location.canonicalParentId
getset

The nearest location parent's ID for this geographical entity.

bool Google.Api.Ads.AdManager.v202305.Location.canonicalParentIdSpecified
getset

true, if a value is specified for canonicalParentId, false otherwise.

string Google.Api.Ads.AdManager.v202305.Location.displayName
getset

The localized name of the geographical entity.

long Google.Api.Ads.AdManager.v202305.Location.id
getset

Uniquely identifies each

Location.

bool Google.Api.Ads.AdManager.v202305.Location.idSpecified
getset

true, if a value is specified for id, false otherwise.

string Google.Api.Ads.AdManager.v202305.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: