Class UserAddress
- 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
CountryCode
Country code.
public virtual string CountryCode { get; set; }
Property Value
CustomType
Custom type.
public virtual string CustomType { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
ExtendedAddress
Extended Address.
public virtual string ExtendedAddress { get; set; }
Property Value
Formatted
Formatted address.
public virtual string Formatted { get; set; }
Property Value
Locality
Locality.
public virtual string Locality { get; set; }
Property Value
PoBox
Other parts of address.
public virtual string PoBox { get; set; }
Property Value
PostalCode
Postal code.
public virtual string PostalCode { get; set; }
Property Value
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
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
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; }