Class GoogleAdsSearchads360V23ServicesBenchmarksLocation
A location that supports benchmarks data.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesBenchmarksLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocationInfo
Information on the geographic location, including the location ID.
Declaration
[JsonProperty("locationInfo")]
public virtual GoogleAdsSearchads360V23CommonLocationInfo LocationInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonLocationInfo |
LocationName
The unique location name in English.
Declaration
[JsonProperty("locationName")]
public virtual string LocationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocationType
The location's type. Location types correspond to target_type returned by searching location type in GoogleAdsService.Search/SearchStream.
Declaration
[JsonProperty("locationType")]
public virtual string LocationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |