public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, 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."],[[["This page details the `DeleteVersionRequest` class, which is used to request the deletion of a version within Google Cloud App Engine."],["The `DeleteVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities and operations."],["The latest version of `DeleteVersionRequest` is 2.4.0, with other historical versions from 2.3.0 all the way back to 1.0.0 also available."],["The `DeleteVersionRequest` class contains a `Name` property of type string, which specifies the name of the resource to be deleted."],["The `DeleteVersionRequest` class has two constructors, a default one with no arguments and another one that takes in another `DeleteVersionRequest` as parameter."]]],[]]