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 page provides reference documentation for the `DeleteKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for .NET development."],["The `DeleteKeyRequest` class is used to represent a request to delete a key, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the available constructors for creating a `DeleteKeyRequest` object, including a default constructor and one that accepts another `DeleteKeyRequest` as a parameter."],["The documentation lists the `KeyName` and `Name` properties of the `DeleteKeyRequest` class, which are essential for identifying the key to be deleted, along with the expected types of data."],["This documentation details the available versions for this class ranging from version 1.2.0 to 2.17.0, with 2.17.0 being the most recent."]]],[]]