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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]