Table of Contents

Class BuildingAddress

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

Public API: Resources.buildings

public class BuildingAddress : IDirectResponseSchema
Inheritance
BuildingAddress
Implements
IDirectResponseSchema
Inherited Members

Constructors

BuildingAddress()

public BuildingAddress()

Properties

AddressLines

Unstructured address lines describing the lower levels of an address.

public virtual IList<string> AddressLines { get; set; }

Property Value

IList<string>

AdministrativeArea

Optional. Highest administrative subdivision which is used for postal addresses of a country or region.

public virtual string AdministrativeArea { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

LanguageCode

Optional. BCP-47 language code of the contents of this address (if known).

public virtual string LanguageCode { get; set; }

Property Value

string

Locality

Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use addressLines.

public virtual string Locality { get; set; }

Property Value

string

PostalCode

Optional. Postal code of the address.

public virtual string PostalCode { get; set; }

Property Value

string

RegionCode

Required. CLDR region code of the country/region of the address.

public virtual string RegionCode { get; set; }

Property Value

string

Sublocality

Optional. Sublocality of the address.

public virtual string Sublocality { get; set; }

Property Value

string