Class DisplayAddress
The display address of the property.
Implements
Inherited Members
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 |