public sealed class UpdateKeyRequest : IMessage<UpdateKeyRequest>, IEquatable<UpdateKeyRequest>, IDeepCloneable<UpdateKeyRequest>, 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."],[[["This webpage details the `UpdateKeyRequest` class, which is used to send a request to update a reCAPTCHA Enterprise key."],["The latest version of this class is 2.17.0, but the page provides documentation for versions ranging from 1.2.0 to 2.17.0, providing a historical view of the class evolution."],["`UpdateKeyRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and relationships within the .NET framework."],["Key properties of the `UpdateKeyRequest` class include `Key` which represents the reCAPTCHA Enterprise key to be updated and `UpdateMask` which controls which key fields are modified during the update."],["The class has 2 constructors that allow you to create a new `UpdateKeyRequest`, one as a blank, and another by providing another instance of the class as a template."]]],[]]