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."],[[["This webpage provides reference documentation for the `DeleteVersionRequest` class within the Google Cloud App Engine v1 API."],["The `DeleteVersionRequest` class is used to construct messages for deleting a specific version of an application in App Engine."],["The most recent version available is 2.4.0, while this page specifically details information for version 2.1.0, and older versions dating back to 1.0.0 are listed as well."],["The `DeleteVersionRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteVersionRequest` has a constructor that accepts another `DeleteVersionRequest` as a parameter for copying and a `Name` property, which is a string representing the full resource name of the version being requested for deletion."]]],[]]