public sealed class AdditionalContactInfo : IMessage<AdditionalContactInfo>, IEquatable<AdditionalContactInfo>, IDeepCloneable<AdditionalContactInfo>, IBufferMessage, IMessageResource that represents contact information other than phone, email, URI and addresses.
Implements
IMessage<AdditionalContactInfo>, IEquatable<AdditionalContactInfo>, IDeepCloneable<AdditionalContactInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
AdditionalContactInfo()
public AdditionalContactInfo()AdditionalContactInfo(AdditionalContactInfo)
public AdditionalContactInfo(AdditionalContactInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
AdditionalContactInfo |
Properties
ContactId
public string ContactId { get; set; }The contact id.
Number of characters allowed is 100.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|
Usage
public ContactInfoUsage Usage { get; set; }The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.
| Property Value | |
|---|---|
| Type | Description |
ContactInfoUsage |
|