public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage
The request message for
[RegistrationService.DeleteService][google.cloud.servicedirectory.v1.RegistrationService.DeleteService].
[[["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 of the `DeleteServiceRequest` class is 2.6.0, which is used to request the deletion of a service in the `RegistrationService`."],["The `DeleteServiceRequest` class, found within the `Google.Cloud.ServiceDirectory.V1` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class allows users to send requests for deleting a service using the `RegistrationService.DeleteService` method, and requires the `Name` of the service to be deleted."],["The class has a `Name` property of type string, and a `ServiceName` property of type `ServiceName`, both of which are used to identify the service to be deleted."],["The `DeleteServiceRequest` class has two constructors: a default constructor `DeleteServiceRequest()` and a constructor `DeleteServiceRequest(DeleteServiceRequest other)` that takes another instance of the class as a parameter."]]],[]]