Class AdditionalContactInfo (2.0.0-beta07)

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

Resource that represents contact information other than phone, email, URI and addresses.

Inheritance

Object > AdditionalContactInfo

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

AdditionalContactInfo()

public AdditionalContactInfo()

AdditionalContactInfo(AdditionalContactInfo)

public AdditionalContactInfo(AdditionalContactInfo other)
Parameter
NameDescription
otherAdditionalContactInfo

Properties

ContactId

public string ContactId { get; set; }

The contact id.

Number of characters allowed is 100.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

The name of the contact method.

For example, "hangout", "skype".

Number of characters allowed is 100.

Property Value
TypeDescription
String

Usage

public ContactInfoUsage Usage { get; set; }

The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.

Property Value
TypeDescription
ContactInfoUsage