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 webpage details the `UndeleteProjectRequest` class, which is used to send requests to the `UndeleteProject` method within the Google Cloud Resource Manager V3 API."],["The `UndeleteProjectRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, one default and another that accepts another `UndeleteProjectRequest` object as a parameter."],["The `UndeleteProjectRequest` class includes two properties, `Name` which is of type string and is required, and `ProjectName` which is of type `ProjectName`, representing a typed view over the `Name` property."],["The webpage provides access to the version history of the `UndeleteProjectRequest`, from version 1.0.0 up to version 2.5.0 (latest)."]]],[]]