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 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."]]],[]]