public sealed class UndeleteProjectRequest : IMessage<UndeleteProjectRequest>, IEquatable<UndeleteProjectRequest>, IDeepCloneable<UndeleteProjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class UndeleteProjectRequest.
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 provides reference information for the `UndeleteProjectRequest` class within the Google Cloud Resource Manager v3 API, specifically version 2.4.0."],["`UndeleteProjectRequest` is the request type used to send to the `UndeleteProject` method, enabling the undeletion of projects within Google Cloud."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains two constructors and two properties, `Name` (a string) and `ProjectName` (a `ProjectName` type), where `Name` holds the project's unique identifier."],["The documentation also provides access to older versions of this class, with the latest version being 2.5.0."]]],[]]