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-03-21 UTC."],[[["This webpage provides reference documentation for the `DeleteInstanceRequest` class within the Google Cloud App Engine v1 API, specifically version 2.2.0."],["The `DeleteInstanceRequest` class is a request message used for `Instances.DeleteInstance` operations."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Name` property which is a string representing the resource name, such as `apps/myapp/services/default/versions/v1/instances/instance-1`."],["The `DeleteInstanceRequest` class has two constructors, one default and another that copies the properties of an existing `DeleteInstanceRequest` object."]]],[]]