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 page provides reference documentation for the `DeletePackageRequest` class within the Artifact Registry v1beta2 API, specifically for version 2.0.0-beta04."],["The `DeletePackageRequest` class is used to create requests for deleting a package and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and offers two constructors: a default constructor and one that accepts another `DeletePackageRequest` object."],["The `Name` property, of type `string`, is available to set the name of the package intended for deletion."]]],[]]