Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonAddressInfo

Address for proximity criterion.

Inheritance
object
GoogleAdsSearchads360V23CommonAddressInfo
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 GoogleAdsSearchads360V23CommonAddressInfo : IDirectResponseSchema

Properties

CityName

Name of the city.

Declaration
[JsonProperty("cityName")]
public virtual string CityName { get; set; }
Property Value
Type Description
string

CountryCode

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

PostalCode

Postal code.

Declaration
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
Type Description
string

ProvinceCode

Province or state code.

Declaration
[JsonProperty("provinceCode")]
public virtual string ProvinceCode { get; set; }
Property Value
Type Description
string

ProvinceName

Province or state name.

Declaration
[JsonProperty("provinceName")]
public virtual string ProvinceName { get; set; }
Property Value
Type Description
string

StreetAddress

Street address line 1.

Declaration
[JsonProperty("streetAddress")]
public virtual string StreetAddress { get; set; }
Property Value
Type Description
string

StreetAddress2

Street address line 2. This field is write-only. It is only used for calculating the longitude and latitude of an address when geo_point is empty.

Declaration
[JsonProperty("streetAddress2")]
public virtual string StreetAddress2 { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX