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."],[[["The `DeleteProjectRequest` class is used to represent a request to delete a project within the Google Cloud Resource Manager."],["The latest version of this class is 2.5.0, and multiple prior versions from 1.0.0 to 2.4.0 are also documented."],["`DeleteProjectRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one empty and one taking another `DeleteProjectRequest` as a parameter, which is used to describe the project to delete."],["The `Name` and `ProjectName` properties are available to set and get the project name."]]],[]]