public sealed class DeleteProjectRequest : IMessage<DeleteProjectRequest>, IEquatable<DeleteProjectRequest>, IDeepCloneable<DeleteProjectRequest>, IBufferMessage, IMessage
[[["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 provides documentation for the `DeleteProjectRequest` class within the `Google.Cloud.ResourceManager.V3` namespace, specifically version 1.0.0 of the library."],["The `DeleteProjectRequest` class is used to represent a request to delete a project using the `DeleteProject` method, as defined by the Google Cloud Resource Manager API."],["It inherits from the base `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a part of Google's Protocol Buffers."],["The class has two constructors, a default one and one that takes another `DeleteProjectRequest` instance, alongside properties such as `Name` (a string) and `ProjectName` (of type `ProjectName`) to specify the project being affected."],["The documentation provides links to navigate to other versions, including the latest 2.5.0 version of the library, along with older versions such as 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, and 1.1.0."]]],[]]