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 webpage details the `DeleteVersionRequest` class within the `Google.Cloud.AppEngine.V1` namespace, used for sending requests to delete versions in Google Cloud App Engine."],["The `DeleteVersionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class has two constructors: a default constructor `DeleteVersionRequest()` and a copy constructor `DeleteVersionRequest(DeleteVersionRequest other)`."],["It includes a `Name` property of type string that specifies the resource to be deleted, formatted as `apps/myapp/services/default/versions/v1`."],["The page provides links to documentation for various versions of the class, ranging from version 1.0.0 to the latest version, 2.4.0, providing access to information for different software versions."]]],[]]