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 latest version of `DeleteVersionRequest` is 2.4.0, while the oldest is version 1.0.0, with several other versions in between."],["`DeleteVersionRequest` is a request message used for deleting a version within the Google Cloud App Engine's `Versions.DeleteVersion` functionality."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage message interactions, equality checks, deep cloning, and buffer handling."],["The class includes a `Name` property, which is a string that represents the fully qualified name of the resource being requested, like `apps/myapp/services/default/versions/v1`."],["The DeleteVersionRequest class has 2 constructors, one default and one that takes in another DeleteVersionRequest as an argument."]]],[]]