public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
[[["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 webpage details the `DeleteInstanceRequest` class within the `Google.Cloud.AppEngine.V1` namespace, used for deleting instances in Google Cloud App Engine."],["This class is part of version 1.1.0 of the Google.Cloud.AppEngine.V1 library, with multiple other version available for selection, including the latest version 2.4.0."],["`DeleteInstanceRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new `DeleteInstanceRequest` or copying an existing one."],["The primary property of this class is `Name`, a string that specifies the name of the instance resource to be deleted."]]],[]]