public sealed class Address : IMessage<Address>, IEquatable<Address>, IDeepCloneable<Address>, IBufferMessage, IMessageResource that represents a address.
Implements
IMessage<Address>, IEquatable<Address>, IDeepCloneable<Address>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
Address()
public Address()Address(Address)
public Address(Address other)| Parameter | |
|---|---|
| Name | Description |
other |
Address |
Properties
AddressCase
public Address.AddressOneofCase AddressCase { get; }| Property Value | |
|---|---|
| Type | Description |
Address.AddressOneofCase |
|
Current
public bool? Current { get; set; }Indicates if it's the person's current address.
| Property Value | |
|---|---|
| Type | Description |
Nullable<Boolean> |
|
StructuredAddress
public PostalAddress StructuredAddress { get; set; }Structured address that contains street address, city, state, country, and so on.
| Property Value | |
|---|---|
| Type | Description |
PostalAddress |
|
UnstructuredAddress
public string UnstructuredAddress { get; set; }Unstructured address.
For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California".
Number of characters allowed is 100.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Usage
public ContactInfoUsage Usage { get; set; }The usage of the address. For example, SCHOOL, WORK, PERSONAL.
| Property Value | |
|---|---|
| Type | Description |
ContactInfoUsage |
|