public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DeleteVersionRequest.
[[["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-04-17 UTC."],[[["The latest version available for the `DeleteVersionRequest` class is 2.4.0, as part of the Google Cloud App Engine v1 API."],["The `DeleteVersionRequest` class is used for requests to delete a specific version within the App Engine `Versions.DeleteVersion` process."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteVersionRequest\u003e`, `IDeepCloneable\u003cDeleteVersionRequest\u003e`, and `IBufferMessage`, enabling functionalities such as message handling, equality comparison, deep cloning, and buffered message operations."],["The `DeleteVersionRequest` class has two constructors, one default and one that takes another `DeleteVersionRequest` object to create a new object from, and it has a `Name` property of type `string` to set the requested resource name."]]],[]]