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."],[[["This page provides reference documentation for the `UndeleteServiceRequest` class within the Google Cloud Service Management v1 API, specifically for version 2.3.0."],["The `UndeleteServiceRequest` class is used to construct request messages for the `UndeleteService` method, allowing for the restoration of previously deleted services."],["The latest version available is `2.4.0`, and the documentation covers versions dating back to `1.1.0`, each linked to their specific documentation."],["`UndeleteServiceRequest` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to function within the protobuf framework."],["The class has a `ServiceName` property which is a required string that specifies the name of the service to undelete, following specific naming conventions as detailed in the overview."]]],[]]