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 documentation for the `DeleteKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API for .NET."],["The `DeleteKeyRequest` class is used to construct a request for deleting a reCAPTCHA Enterprise key, and it implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version documented on the page is 2.17.0, while the focus is primarily on version 2.9.0, which is the context of the implementation section, listing all the way back to version 1.2.0."],["The primary properties of the `DeleteKeyRequest` class are `Name` which is a string and required, and `KeyName`, which is the `KeyName` typed view of the `Name` property."]]],[]]