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."],[[["The content details the `DeleteVersionRequest` class, which is used to request the deletion of a version within Google Cloud App Engine."],["This `DeleteVersionRequest` class has multiple versions available, ranging from version 1.0.0 to the latest version 2.4.0, indicating ongoing updates and maintenance of this library."],["The `DeleteVersionRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to work within the Google.Protobuf framework."],["The class has two constructors, a default constructor and one that takes another `DeleteVersionRequest` as a parameter for creating copies."],["A key property of the `DeleteVersionRequest` class is `Name`, which is a string representing the full resource name of the version to be deleted, such as `apps/myapp/services/default/versions/v1`."]]],[]]