public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, 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 available for `DeleteServiceRequest` is 2.4.0, with a total of 10 versions listed ranging from 1.1.0 to 2.4.0."],["`DeleteServiceRequest` is a request message used for the `DeleteService` method within the `Google.Cloud.ServiceManagement.V1` namespace."],["The `DeleteServiceRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `DeleteServiceRequest` class has two constructors, one default and one that takes another `DeleteServiceRequest` object as a parameter, allowing for cloning."],["It contains a `ServiceName` property, a string that represents the name of the service and is required for use; it should follow specific naming requirements as outlined in the service infrastructure documentation."]]],[]]