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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document describes the `DeleteProjectRequest` class within the `Google.Cloud.ResourceManager.V3` namespace, used for initiating the deletion of a Google Cloud project."],["The `DeleteProjectRequest` class, part of version 2.0.0 of the API, inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `DeleteProjectRequest()` and one that accepts another `DeleteProjectRequest` instance for copying, `DeleteProjectRequest(DeleteProjectRequest other)`."],["`DeleteProjectRequest` includes properties like `Name` (a string for the project name) and `ProjectName` (a `ProjectName`-typed view of the resource name) to specify the project to be deleted."],["This `DeleteProjectRequest` is associated with the `Projects.DeleteProject` method."]]],[]]