public sealed class DeletePackageRequest : IMessage<DeletePackageRequest>, IEquatable<DeletePackageRequest>, IDeepCloneable<DeletePackageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 API class DeletePackageRequest.
[[["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 `DeletePackageRequest` class within the Artifact Registry v1beta2 API."],["`DeletePackageRequest` is used to construct requests for deleting a package and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and provides two constructors: a default constructor and one that takes another `DeletePackageRequest` as a parameter for copying."],["The `DeletePackageRequest` class includes a `Name` property of type `string`, which represents the name of the package to be deleted."],["The latest version of the API that is available is `2.0.0-beta05`, although there are other versions available like `2.0.0-beta04` and `1.0.0-beta06`."]]],[]]