public sealed class UndeleteProjectMetadata : IMessage<UndeleteProjectMetadata>, IEquatable<UndeleteProjectMetadata>, IDeepCloneable<UndeleteProjectMetadata>, IBufferMessage, IMessage
A status object which is used as the metadata field for the Operation
returned by UndeleteProject.
[[["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."],[[["The `UndeleteProjectMetadata` class is used as the metadata field for operations that undelete projects, as returned by `UndeleteProject`."],["This class implements interfaces such as `IMessage\u003cUndeleteProjectMetadata\u003e`, `IEquatable\u003cUndeleteProjectMetadata\u003e`, `IDeepCloneable\u003cUndeleteProjectMetadata\u003e`, `IBufferMessage`, and `IMessage`."],["It inherits from the `Object` class and is located in the `Google.Cloud.ResourceManager.V3` namespace, within the `Google.Cloud.ResourceManager.V3.dll` assembly."],["The latest available version of `UndeleteProjectMetadata` is 2.5.0."],["There are two constructors available for `UndeleteProjectMetadata`, a default constructor, and one that takes another `UndeleteProjectMetadata` object as a parameter."]]],[]]