public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 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-03-21 UTC."],[[["This document provides reference documentation for the `DeleteVersionRequest` class within the Artifact Registry v1beta2 API."],["`DeleteVersionRequest` is used to send a request to delete a version, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Force`, a boolean that determines if the version and its tags should be forcefully deleted, and `Name`, a string representing the name of the version to delete."],["There are two constructors for `DeleteVersionRequest`: a default constructor and one that takes another `DeleteVersionRequest` object as a parameter."],["The document also provides links to the documentation for different versions of the API (2.0.0-beta05, 2.0.0-beta04, 1.0.0-beta06) and provides information about inherited members from the object class."]]],[]]