Show / Hide Table of Contents

Class DisplayAddress

The display address of the property.

Inheritance
object
DisplayAddress
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.Merchant.products_v1.Data
Assembly: Google.Apis.Merchant.products_v1.dll
Syntax
public class DisplayAddress : IDirectResponseSchema

Properties

City

The city such as Seattle, New York, etc.

Declaration
[JsonProperty("city")]
public virtual string City { 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

The postal code, such as 94043.

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

Region

The region(state), such as WA, OH, etc.

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

StreetName

The street name.

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

StreetNumber

The street number.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX