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."],[[["This webpage details the `DeleteServiceRequest` class within the `Google.Cloud.ServiceManagement.V1` namespace, used for sending requests to delete services."],["The latest version of this class is `2.4.0`, with versions ranging back to `1.1.0` available for review."],["`DeleteServiceRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features a `ServiceName` property, a required string that specifies the service to be deleted, conforming to Google Cloud service naming conventions."],["The class inherits methods from the Object class, and offers two constructors, a default, as well as a constructor which takes another `DeleteServiceRequest` as parameter."]]],[]]