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"]],[["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 `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)`)."]]],[]]