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 a service."],["The latest version of this class is 2.4.0, with versions ranging from 1.1.0 to 2.4.0 being documented."],["`DeleteServiceRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, a default one and one that takes another `DeleteServiceRequest` object as a parameter for cloning."],["It contains one property named `ServiceName`, a string which is required, and specifies the name of the service to be deleted, such as `example.googleapis.com`."]]],[]]