public sealed class UpdateContactRequest : IMessage<UpdateContactRequest>, IEquatable<UpdateContactRequest>, IDeepCloneable<UpdateContactRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Essential Contacts v1 API class UpdateContactRequest.
[[["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."],[[["This document provides reference documentation for the `UpdateContactRequest` class within the Essential Contacts v1 API in .NET."],["The `UpdateContactRequest` class is used as a request message for the `UpdateContact` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateContactRequest` class has two constructors, one default and one that accepts another `UpdateContactRequest` instance for initialization."],["The class contains two properties, `Contact`, which is the contact resource to be updated and must be provided, and `UpdateMask`, which is an optional field used to specify which fields should be updated in the `Contact` resource."],["The latest version of the Essential Contacts API is 2.5.0, with version 2.4.0 being the version the documentation is showing, with links provided for 7 previous versions."]]],[]]