Class Address

public sealed class Address : IMessage<Address>, IEquatable<Address>, IDeepCloneable<Address>, IBufferMessage, IMessage

Resource that represents a address.

Inheritance

Object > Address

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

Address()

public Address()

Address(Address)

public Address(Address other)
Parameter
NameDescription
otherAddress

Properties

AddressCase

public Address.AddressOneofCase AddressCase { get; }
Property Value
TypeDescription
Address.AddressOneofCase

Current

public bool? Current { get; set; }

Indicates if it's the person's current address.

Property Value
TypeDescription
Nullable<Boolean>

StructuredAddress

public PostalAddress StructuredAddress { get; set; }

Structured address that contains street address, city, state, country, and so on.

Property Value
TypeDescription
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
TypeDescription
String

Usage

public ContactInfoUsage Usage { get; set; }

The usage of the address. For example, SCHOOL, WORK, PERSONAL.

Property Value
TypeDescription
ContactInfoUsage