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 within the Google Cloud Service Management API."],["The latest version of the API for `DeleteServiceRequest` is 2.4.0, with versions ranging down to 1.1.0 available."],["`DeleteServiceRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor for creating new instances of `DeleteServiceRequest` and another for creating copies from existing instances, and has a `ServiceName` property."],["The `ServiceName` property, of type `string`, is a required field that is used to identify the service, and it must adhere to specific naming guidelines."]]],[]]