public sealed class DeleteNamespaceRequest : IMessage<DeleteNamespaceRequest>, IEquatable<DeleteNamespaceRequest>, IDeepCloneable<DeleteNamespaceRequest>, IBufferMessage, IMessage
The request message for [RegistrationService.DeleteNamespace][google.cloud.servicedirectory.v1beta1.RegistrationService.DeleteNamespace].
[[["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 documentation for the `DeleteNamespaceRequest` class, which is used to construct requests for deleting namespaces in the Google Cloud Service Directory."],["The `DeleteNamespaceRequest` class is part of the `Google.Cloud.ServiceDirectory.V1Beta1` namespace and is included in the `Google.Cloud.ServiceDirectory.V1Beta1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteNamespaceRequest\u003e`, `IDeepCloneable\u003cDeleteNamespaceRequest\u003e`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors, a default one and another that takes another `DeleteNamespaceRequest` as a parameter to clone it, allowing for the creation of new `DeleteNamespaceRequest` instances."],["The `DeleteNamespaceRequest` class has two properties, `Name` (a string) and `NamespaceName` (a `NamespaceName` type), representing the name of the namespace to be deleted and a typed view of the resource name, respectively."]]],[]]