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-25 UTC."],[[["The content details the `UpdateKeyRequest` message, which is used to update keys within the Google Cloud reCAPTCHA Enterprise V1 API."],["The latest version of the `UpdateKeyRequest` is 2.17.0, and the page lists other available versions of this class, ranging from 2.16.0 back to 1.2.0."],["The `UpdateKeyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a robust and versatile data structure."],["The `UpdateKeyRequest` class has two constructors: a default constructor and a copy constructor that takes another `UpdateKeyRequest` object as a parameter."],["It includes properties such as `Key`, which is the key to be updated and is required, and `UpdateMask`, which is an optional field mask for controlling which fields of the key are updated."]]],[]]