public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DeleteInstanceRequest.
[[["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 documentation for the `DeleteInstanceRequest` class within the Google Cloud App Engine v1 API for .NET."],["The `DeleteInstanceRequest` class is a request message used for deleting instances in the App Engine API, specifically through `Instances.DeleteInstance`."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The document contains information on the available versions of `DeleteInstanceRequest` including version 2.4.0, which is the latest."],["It includes the constructor details of the `DeleteInstanceRequest` class, as well as a single `Name` property which is a string to identify the instance."]]],[]]