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, which is used to request the deletion of an instance in Google Cloud App Engine."],["This `DeleteInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["The class includes a `Name` property to specify the instance resource to be deleted, formatted as `apps/myapp/services/default/versions/v1/instances/instance-1`."],["The `DeleteInstanceRequest` class is part of the `Google.Cloud.AppEngine.V1` namespace and is available in the `Google.Cloud.AppEngine.V1.dll` assembly."],["There are multiple versions listed, ranging from 1.0.0 to 2.4.0, demonstrating the evolution and updates of the `DeleteInstanceRequest`."]]],[]]