public sealed class UndeleteServiceResponse : IMessage<UndeleteServiceResponse>, IEquatable<UndeleteServiceResponse>, IDeepCloneable<UndeleteServiceResponse>, IBufferMessage, IMessage
[[["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 latest version of the `UndeleteServiceResponse` is 2.4.0, while version 2.0.0 is also detailed in this document alongside other previous versions."],["`UndeleteServiceResponse` is a response message for the `UndeleteService` method, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class contains two constructors, one default and one that takes another `UndeleteServiceResponse` object as an argument for creating a new instance."],["It features a `Service` property of type `ManagedService`, representing the revived service resource after a successful undelete operation."]]],[]]