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, which is used to request the deletion of a service in Google Cloud App Engine."],["The `DeleteServiceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comprehensive message handling and manipulation."],["The class has been implemented across multiple versions of the library, with the latest being 2.4.0, while the page content specifically addresses version 1.0.0."],["The primary property of `DeleteServiceRequest` is `Name`, a string representing the full resource name of the service to be deleted."],["The class includes two constructors: a default one with no parameters, and another that accepts a `DeleteServiceRequest` object to clone it."]]],[]]