public sealed class UpdateContactRequest : IMessage<UpdateContactRequest>, IEquatable<UpdateContactRequest>, IDeepCloneable<UpdateContactRequest>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["The latest version available for `UpdateContactRequest` is 2.5.0, with older versions ranging from 2.4.0 down to 1.0.0 being accessible."],["`UpdateContactRequest` is a request message used for updating contact information and is derived from the `Object` class."],["This class implements multiple interfaces, including `IMessage\u003cUpdateContactRequest\u003e`, `IEquatable\u003cUpdateContactRequest\u003e`, `IDeepCloneable\u003cUpdateContactRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors: a default `UpdateContactRequest()` and an overloaded constructor `UpdateContactRequest(UpdateContactRequest other)`."],["It has two properties: `Contact`, which represents the contact to be updated (and its email cannot be modified), and `UpdateMask`, which is used to specify which fields should be updated."]]],[]]