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."],[[["The `UndeleteProjectRequest` class is used to send requests to the `UndeleteProject` method for project restoration."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality checks, and deep cloning."],["The `UndeleteProjectRequest` class contains a `Name` property of type string which is mandatory, and represents the project's unique identifier."],["The class also includes a `ProjectName` property that provides a typed view of the `Name` resource, enhancing resource name management."],["The latest version of this resource is `2.5.0` but versions range from `1.0.0` to the latest."]]],[]]