public sealed class DeleteKeyRequest : IMessage<DeleteKeyRequest>, IEquatable<DeleteKeyRequest>, IDeepCloneable<DeleteKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class DeleteKeyRequest.
[[["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 `DeleteKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API for .NET, which is used for requesting the deletion of a reCAPTCHA key."],["The `DeleteKeyRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities for message manipulation, equality checking, deep cloning, and buffered messaging."],["The `DeleteKeyRequest` class has two constructors, one default and another that accepts an existing `DeleteKeyRequest` object for copying, and also contains two properties: `Name` (a string) and `KeyName` (of type KeyName), to identify the key to be deleted."],["The documentation site references versions of this API from version 1.2.0 up to the most recent version 2.17.0, indicating the availability of a large range of prior versions."]]],[]]