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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]