Show / Hide Table of Contents

Class CivicinfoSchemaV2SimpleAddressType

A simple representation of an address.

Inheritance
object
CivicinfoSchemaV2SimpleAddressType
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.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class CivicinfoSchemaV2SimpleAddressType : IDirectResponseSchema

Properties

City

The city or town for the address.

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

Line1

The street name and number of this address.

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

Line2

The second line the address, if needed.

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

Line3

The third line of the address, if needed.

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

LocationName

The name of the location.

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

State

The US two letter state abbreviation of the address.

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

Zip

The US Postal Zip Code of the address.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX