public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DeleteVersionRequest.
[[["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 latest version available for the `DeleteVersionRequest` class in the App Engine v1 API is 2.4.0, while the current page's content pertains to version 2.3.0, which can be found alongside versions 2.2.0, 2.1.0, 2.0.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["`DeleteVersionRequest` is a class within the `Google.Cloud.AppEngine.V1` namespace, and it is used as a request message for deleting versions within the App Engine service."],["The `DeleteVersionRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `DeleteVersionRequest` class has a constructor and a property `Name`, which represents the name of the resource to be deleted, such as `apps/myapp/services/default/versions/v1`."]]],[]]