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 document outlines the `UpdateKeyRequest` message class within the `Google.Cloud.RecaptchaEnterprise.V1` namespace for use in .NET applications."],["The `UpdateKeyRequest` class is part of the `Google.Cloud.RecaptchaEnterprise.V1.dll` assembly and is utilized for sending requests to update reCAPTCHA keys."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting protobuf capabilities."],["There are two constructors available for the `UpdateKeyRequest` object, one is a default constructor, and the other takes an `UpdateKeyRequest` object as a parameter."],["The `UpdateKeyRequest` class includes two properties, `Key` which is required and represents the reCAPTCHA key to update, and `UpdateMask`, an optional field used to specify which key fields should be updated."]]],[]]