public sealed class UpdateKeyRequest : IMessage<UpdateKeyRequest>, IEquatable<UpdateKeyRequest>, IDeepCloneable<UpdateKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class UpdateKeyRequest.
[[["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-25 UTC."],[[["This webpage provides reference documentation for the `UpdateKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API for .NET, focusing on version 2.12.0."],["The `UpdateKeyRequest` class is used to send a request to update a reCAPTCHA key, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateKeyRequest` class has two constructors: a default constructor and another that takes another `UpdateKeyRequest` instance as a parameter."],["The `UpdateKeyRequest` class includes properties such as `Key` which is required and represents the key to update, as well as `UpdateMask` which is optional and specifies which fields should be updated."],["This page provides links to documentation for various versions, starting from version 1.2.0 up to 2.17.0 for the same class."]]],[]]