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 within Google Cloud App Engine."],["This `DeleteInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The class is part of the `Google.Cloud.AppEngine.V1` namespace and is found within the `Google.Cloud.AppEngine.V1.dll` assembly."],["It offers two constructors: a default constructor `DeleteInstanceRequest()` and an overloaded constructor `DeleteInstanceRequest(DeleteInstanceRequest other)` that takes another `DeleteInstanceRequest` object as input."],["The `Name` property of type `string` is available, which represents the name of the resource to be deleted, such as `apps/myapp/services/default/versions/v1/instances/instance-1`."]]],[]]