Table of Contents

Class UserAddress

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

JSON template for address.

public class UserAddress : IDirectResponseSchema
Inheritance
UserAddress
Implements
IDirectResponseSchema
Inherited Members

Constructors

UserAddress()

public UserAddress()

Properties

Country

Country.

public virtual string Country { get; set; }

Property Value

string

CountryCode

Country code.

public virtual string CountryCode { get; set; }

Property Value

string

CustomType

Custom type.

public virtual string CustomType { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

ExtendedAddress

Extended Address.

public virtual string ExtendedAddress { get; set; }

Property Value

string

Formatted

Formatted address.

public virtual string Formatted { get; set; }

Property Value

string

Locality

Locality.

public virtual string Locality { get; set; }

Property Value

string

PoBox

Other parts of address.

public virtual string PoBox { get; set; }

Property Value

string

PostalCode

Postal code.

public virtual string PostalCode { get; set; }

Property Value

string

Primary

If this is user's primary address. Only one entry could be marked as primary.

public virtual bool? Primary { get; set; }

Property Value

bool?

Region

Region.

public virtual string Region { get; set; }

Property Value

string

SourceIsStructured

User supplied address was structured. Structured addresses are NOT supported at this time. You might be able to write structured addresses, but any values will eventually be clobbered.

public virtual bool? SourceIsStructured { get; set; }

Property Value

bool?

StreetAddress

Street.

public virtual string StreetAddress { get; set; }

Property Value

string

Type

Each entry can have a type which indicates standard values of that entry. For example address could be of home, work etc. In addition to the standard type, an entry can have a custom type and can take any value. Such type should have the CUSTOM value as type and also have a customType value.

public virtual string Type { get; set; }

Property Value

string