Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesBenchmarksLocation

A location that supports benchmarks data.

Inheritance
object
GoogleAdsSearchads360V23ServicesBenchmarksLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX