public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DeleteServiceRequest.
[[["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 document provides reference information for the `DeleteServiceRequest` class within the Google.Cloud.AppEngine.V1 API, specifically for version 2.3.0."],["`DeleteServiceRequest` is a request message used for deleting a service via the `Services.DeleteService` method."],["The `DeleteServiceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Name` property of type string, which specifies the resource name to be deleted, such as `apps/myapp/services/default`."],["There are two constructors available for the `DeleteServiceRequest` class, a default constructor and one that takes another `DeleteServiceRequest` instance as a parameter."]]],[]]