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 documentation for the `UndeleteProjectRequest` class within the Google Cloud Resource Manager v3 API."],["The `UndeleteProjectRequest` class is used to send a request to the `UndeleteProject` method, allowing for the undeletion of a project."],["The document outlines the class's inheritance, implementing interfaces (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), namespace, and assembly details."],["It details the constructors available for `UndeleteProjectRequest`, including a default constructor and one that takes another `UndeleteProjectRequest` object as a parameter."],["The `UndeleteProjectRequest` class has properties for `Name`, which is the required project name, and `ProjectName`, which offers a typed view of the project's resource name."]]],[]]