public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class DeleteServiceRequest.
[[["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 page provides documentation for the `DeleteServiceRequest` class within the Google Cloud Service Management v1 API, specifically version 2.2.0."],["`DeleteServiceRequest` is a message class used to construct requests for the DeleteService method, and it inherits from the base object class while implementing several interfaces, like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes a constructor `DeleteServiceRequest()` for default initialization and `DeleteServiceRequest(DeleteServiceRequest other)` for copying values, which is further detailed by the associated parameter table."],["The `DeleteServiceRequest` class features a `ServiceName` property of type string, which is required and specifies the name of the service to be deleted, adhering to Google Cloud naming conventions."],["The documentation covers various versions of the API, ranging from 1.1.0 to the latest version, 2.4.0."]]],[]]