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-04-17 UTC."],[[["The webpage details the `DeleteVersionRequest` class, which is used to request the deletion of a version within Google Cloud App Engine."],["This `DeleteVersionRequest` class is part of the `Google.Cloud.AppEngine.V1` namespace and is available in the `Google.Cloud.AppEngine.V1.dll` assembly."],["`DeleteVersionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison."],["The class can be constructed by utilizing the default constructor or by providing another `DeleteVersionRequest` instance."],["The class contains one property named 'Name' that allows a user to request a resource by giving the full name, such as 'apps/myapp/services/default/versions/v1'."]]],[]]