public sealed class DeleteProjectMetadata : IMessage<DeleteProjectMetadata>, IEquatable<DeleteProjectMetadata>, IDeepCloneable<DeleteProjectMetadata>, IBufferMessage, IMessage
A status object which is used as the metadata field for the Operation
returned by DeleteProject.
[[["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 `DeleteProjectMetadata` class is a status object used as metadata for the operation returned by `DeleteProject`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the `Object` class and resides within the `Google.Cloud.ResourceManager.V3` namespace in the `Google.Cloud.ResourceManager.V3.dll` assembly."],["There are two constructors for the `DeleteProjectMetadata` class, a parameterless one and one that takes another instance of `DeleteProjectMetadata`."],["There are several versions of DeleteProjectMetadata, ranging from version 1.0.0 to 2.5.0, with 2.5.0 being the most recent."]]],[]]