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