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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation provides reference information for the `UndeleteKeyRequest` class within the Google Cloud API Keys v2 API."],["The `UndeleteKeyRequest` class is used to construct request messages for the `UndeleteKey` method, which is for undeleting API keys."],["The class is implemented as a sealed class and inherits from `Object`, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`UndeleteKeyRequest` has a `Name` property, which is a required string representing the resource name of the API key to be undeleted, and `KeyName`, which is a view of the resource name."],["The documentation outlines the class's constructors and inherited members from the `Object` class, as well as its belonging to the `Google.Cloud.ApiKeys.V2` namespace and `Google.Cloud.ApiKeys.V2.dll` assembly."]]],[]]