public sealed class DeleteRepositoryRequest : IMessage<DeleteRepositoryRequest>, IEquatable<DeleteRepositoryRequest>, IDeepCloneable<DeleteRepositoryRequest>, 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-03-21 UTC."],[[["This document outlines the `DeleteRepositoryRequest` class within the `Google.Cloud.ArtifactRegistry.V1` namespace, used for initiating the deletion of a repository."],["The `DeleteRepositoryRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available, a parameterless constructor, and a constructor that takes another `DeleteRepositoryRequest` object to create an instance."],["The `DeleteRepositoryRequest` class includes properties such as `Name`, which is required and represents the name of the repository to be deleted, as well as `RepositoryName`, a typed view of the resource name property."],["The content version history includes versions from 1.0.0 all the way up to 2.9.0, with 2.9.0 being the most recent."]]],[]]