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"]],[["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 `DeleteProjectMetadata` class within the `Google.Cloud.ResourceManager.V3` namespace, specifically version 1.0.0 and up to 2.5.0, the latest version."],["`DeleteProjectMetadata` is a status object used as the metadata field for operations related to deleting a project, as returned by `DeleteProject`."],["The `DeleteProjectMetadata` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default constructor (`DeleteProjectMetadata()`) and a copy constructor (`DeleteProjectMetadata(DeleteProjectMetadata other)`)."],["The page also lists all available versions of the class, with links to their respective documentation pages, including a link to the most current version, 2.5.0."]]],[]]