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"]],[["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 document describes the `UndeleteProjectRequest` class, which is used to send requests to the `UndeleteProject` method in the Google Cloud Resource Manager API."],["The `UndeleteProjectRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors, a default constructor and a copy constructor that takes another `UndeleteProjectRequest` object as a parameter."],["It contains properties such as `Name` which is a string that represents the project name, and `ProjectName`, a view over the `Name` resource."],["Version 2.5.0 is the latest release, and it also includes documentation for earlier versions, ranging from 1.0.0 to 2.4.0."]]],[]]