Class Address
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class Address : IDirectResponseSchema
Properties
AdministrativeArea
Required. Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
Declaration
[JsonProperty("administrativeArea")]
public virtual string AdministrativeArea { get; set; }
Property Value
Type | Description |
---|---|
string |
City
Required. City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
Declaration
[JsonProperty("city")]
public virtual string City { get; set; }
Property Value
Type | Description |
---|---|
string |
Country
Required. CLDR country code (for example, "US").
Declaration
[JsonProperty("country")]
public virtual string Country { 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
Required. Postal code or ZIP (for example, "94043").
Declaration
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string |
StreetAddress
Street-level part of the address. Use \n
to add a second line.
Declaration
[JsonProperty("streetAddress")]
public virtual string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
string |