public sealed class AdditionalContactInfo : IMessage<AdditionalContactInfo>, IEquatable<AdditionalContactInfo>, IDeepCloneable<AdditionalContactInfo>, IBufferMessage, IMessage
Resource that represents contact information other than phone, email,
URI and addresses.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This page provides documentation for the `AdditionalContactInfo` class within the `Google.Cloud.Talent.V4Beta1` namespace, specifically for version 2.0.0-beta07."],["The `AdditionalContactInfo` class is designed to represent contact information that is not a phone number, email address, URI, or physical address."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities like message handling and cloning."],["Key properties of `AdditionalContactInfo` include `ContactId`, `Name`, and `Usage`, which are used to define the identifier, method name, and purpose of the contact method respectively."],["There are two constructor overloads provided for the `AdditionalContactInfo` class, one for default construction and another for creating an object from another instance of `AdditionalContactInfo`."]]],[]]