public sealed class UndeleteKeyRequest : IMessage<UndeleteKeyRequest>, IEquatable<UndeleteKeyRequest>, IDeepCloneable<UndeleteKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class UndeleteKeyRequest.
[[["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."],[[["This document provides reference documentation for the `UndeleteKeyRequest` class within the Google Cloud API Keys v2 API, detailing its purpose, inheritance, implementations, and usage."],["The `UndeleteKeyRequest` class is a request message used for the `UndeleteKey` method, allowing for the restoration of a previously deleted API key."],["The latest version of this class is 1.4.0, with previous versions dating back to 1.0.0, all of which are accessible through provided links."],["The `UndeleteKeyRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality and compatibility within the .NET environment."],["Key properties of `UndeleteKeyRequest` include `KeyName` (a typed view) and `Name` (the resource name of the API key to undelete), both of which are required for the method."]]],[]]