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 `DeleteServiceRequest` class is used as the request message for the `DeleteService` method in Google Cloud Service Management."],["This class is part of the `Google.Cloud.ServiceManagement.V1` namespace and is implemented in the `Google.Cloud.ServiceManagement.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeleteServiceRequest` has a `ServiceName` property, which is a required string representing the name of the service to be deleted, following Google Cloud naming conventions."],["The latest version is 2.4.0 while this documentation pertains to version 1.1.0 of the `DeleteServiceRequest` class."]]],[]]