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."],[[["The content pertains to the `DeleteServiceRequest` class within the `Google.Cloud.AppEngine.V1` namespace, specifically for version 2.0.0 and it also includes earlier versions."],["`DeleteServiceRequest` is a request message used for deleting a service, as indicated by the `Services.DeleteService` method it is linked to."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeleteServiceRequest` has a `Name` property, which is of type string and represents the resource name being targeted for deletion, such as `apps/myapp/services/default`."],["There are two constructors for `DeleteServiceRequest`: a parameterless constructor and one that takes another `DeleteServiceRequest` instance as an argument."]]],[]]