Class Email

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

Resource that represents a person's email address.

Inheritance

Object > Email

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

Email()

public Email()

Email(Email)

public Email(Email other)
Parameter
NameDescription
otherEmail

Properties

EmailAddress

public string EmailAddress { get; set; }

Email address.

Number of characters allowed is 4,000.

Property Value
TypeDescription
String

Usage

public ContactInfoUsage Usage { get; set; }

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

Property Value
TypeDescription
ContactInfoUsage