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."],[[["The document provides reference information for the `DeleteServiceRequest` class within the Google.Cloud.AppEngine.V1 API, specifically for version 2.1.0."],["`DeleteServiceRequest` is used as a request message for the `Services.DeleteService` method and is part of the App Engine v1 API."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `Object` class."],["The class has one main property, `Name`, which is a string representing the resource's name, such as `apps/myapp/services/default`, and it has two constructor methods."],["This page also displays the availability of versions ranging from 1.0.0 to 2.4.0, for users to pick the specific documentation they need."]]],[]]