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-04-17 UTC."],[[["This webpage details the `DeleteServiceRequest` class, which is used to request the deletion of a service in Google Cloud App Engine."],["The latest version of `DeleteServiceRequest` is 2.4.0, and there are multiple previous versions available, spanning from 1.0.0 to 2.3.0."],["The `DeleteServiceRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and another that takes a `DeleteServiceRequest` object as a parameter for copying."],["The `DeleteServiceRequest` class has one property: `Name`, which is a string representing the name of the resource requested for deletion."]]],[]]