public sealed class UndeleteServiceRequest : IMessage<UndeleteServiceRequest>, IEquatable<UndeleteServiceRequest>, IDeepCloneable<UndeleteServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class UndeleteServiceRequest.
[[["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 `UndeleteServiceRequest` class is 2.4.0, and there are multiple previous versions available, ranging from 1.1.0 to 2.3.0."],["`UndeleteServiceRequest` is a class used within the Service Management v1 API to handle requests for the undeletion of a service."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling and object cloning."],["The `UndeleteServiceRequest` class includes a constructor and a `ServiceName` property, which is a required string representing the name of the service to undelete."],["The `UndeleteServiceRequest` class inherits members from the object class, such as `GetHashCode()`, `GetType()`, and `ToString()`, which are common to all objects."]]],[]]