public sealed class DeletePackageRequest : IMessage<DeletePackageRequest>, IEquatable<DeletePackageRequest>, IDeepCloneable<DeletePackageRequest>, 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-01 UTC."],[[["The `DeletePackageRequest` class is used to formulate a request for deleting a package within the Google Cloud Artifact Registry."],["This class is part of the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace and is found in the `Google.Cloud.ArtifactRegistry.V1Beta2.dll` assembly, specifically in version 1.0.0-beta06."],["It inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeletePackageRequest` class provides two constructors: a default constructor and one that accepts another `DeletePackageRequest` instance for creating copies."],["It contains a `Name` property of type string, representing the name of the package that is to be deleted."]]],[]]