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."],[[["The latest version of the `DeleteVersionRequest` API class is `2.0.0-beta05`, with previous versions `2.0.0-beta04` and `1.0.0-beta06` also available."],["`DeleteVersionRequest` is a class within the Artifact Registry v1beta2 API, used to manage requests for deleting versions, and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteVersionRequest` class has two constructors, one default and one that takes another `DeleteVersionRequest` as a parameter for copying."],["Key properties of the `DeleteVersionRequest` class include `Force` (a boolean to force deletion of tagged versions) and `Name` (a string specifying the version to delete)."],["This class is located in the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace within the `Google.Cloud.ArtifactRegistry.V1Beta2.dll` assembly."]]],[]]