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-04-09 UTC."],[[["The `DeleteInstanceRequest` class is part of the Google Cloud App Engine v1 API, specifically used for requesting the deletion of an instance."],["Version 2.4.0 is the latest version available for the `DeleteInstanceRequest` class, with versions ranging back to 1.0.0 also being available for reference."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `object` class."],["The `DeleteInstanceRequest` class includes a `Name` property which is a string that represents the resource name for the instance to be deleted."],["The class provides two constructors: a default one (`DeleteInstanceRequest()`) and another that takes another `DeleteInstanceRequest` object as an argument (`DeleteInstanceRequest(DeleteInstanceRequest other)`)."]]],[]]