public sealed class UndeleteProjectRequest : IMessage<UndeleteProjectRequest>, IEquatable<UndeleteProjectRequest>, IDeepCloneable<UndeleteProjectRequest>, IBufferMessage, IMessage
The request sent to the [UndeleteProject]
[google.cloud.resourcemanager.v3.Projects.UndeleteProject]
method.
[[["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 details on the `UndeleteProjectRequest` class, which is used to send requests to the `UndeleteProject` method in Google Cloud Resource Manager V3."],["The `UndeleteProjectRequest` class is part of the `Google.Cloud.ResourceManager.V3` namespace and is available in the `Google.Cloud.ResourceManager.V3.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with Google Protobuf and be equatable and cloneable."],["Key properties of the `UndeleteProjectRequest` include `Name` (a string representing the project name) and `ProjectName` (a typed view of the project name resource)."],["The document also details the availability of the class across multiple versions, ranging from 1.0.0 to the latest version 2.5.0, of the Google Cloud Resource Manager V3."]]],[]]