Class GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequest
Request message for GeoTargetConstantService.SuggestGeoTargetConstants.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequest : IDirectResponseSchema
Properties
CountryCode
Returned geo targets are restricted to this country code.
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 |
GeoTargets
The geo target constant resource names to filter by.
Declaration
[JsonProperty("geoTargets")]
public virtual GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestGeoTargets GeoTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestGeoTargets |
Locale
If possible, returned geo targets are translated using this locale. If not, en is used by default. This is also used as a hint for returned geo targets.
Declaration
[JsonProperty("locale")]
public virtual string Locale { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocationNames
The location names to search by. At most 25 names can be set.
Declaration
[JsonProperty("locationNames")]
public virtual GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestLocationNames LocationNames { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestLocationNames |