public sealed class DeleteKeyRequest : IMessage<DeleteKeyRequest>, IEquatable<DeleteKeyRequest>, IDeepCloneable<DeleteKeyRequest>, 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."],[[["The latest version of the `DeleteKeyRequest` class is 2.17.0, part of the Google.Cloud.RecaptchaEnterprise.V1 package."],["The `DeleteKeyRequest` class is used to create a request to delete a reCAPTCHA key in the Google Cloud reCAPTCHA Enterprise API, and it has been implemented in versions 1.2.0 through 2.17.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and specific functionality."],["The `DeleteKeyRequest` class has two constructors, a default constructor, and a copy constructor, allowing flexibility when creating the object."],["The `DeleteKeyRequest` class has properties for `KeyName` and `Name`, which provide information about the key being deleted, such as its name and type."]]],[]]