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.AppEngine.V1` namespace, used for sending requests to delete services."],["The `DeleteServiceRequest` class is implemented as part of the Google Cloud App Engine .NET library, version 1.1.0 and later."],["The latest version of the `DeleteServiceRequest` documentation is 2.4.0, and documentation for other versions from 1.0.0 to 2.3.0 are available."],["This class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteServiceRequest` class includes a property called `Name`, a string that holds the name of the resource to delete, such as `apps/myapp/services/default`."]]],[]]