public sealed class DeleteNamespaceRequest : IMessage<DeleteNamespaceRequest>, IEquatable<DeleteNamespaceRequest>, IDeepCloneable<DeleteNamespaceRequest>, IBufferMessage, IMessage
The request message for
[RegistrationService.DeleteNamespace][google.cloud.servicedirectory.v1.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 webpage details the `DeleteNamespaceRequest` class within the `Google.Cloud.ServiceDirectory.V1` namespace, specifically version 1.4.0."],["The `DeleteNamespaceRequest` class is used as a request message for deleting a namespace via `RegistrationService.DeleteNamespace`."],["This class inherits from `Object` and implements several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to handling messages and objects."],["The `DeleteNamespaceRequest` class includes two constructors, one default and one that accepts another `DeleteNamespaceRequest` object, allowing for object cloning."],["The `DeleteNamespaceRequest` object contains two key properties: `Name` (a string representing the namespace to be deleted) and `NamespaceName` (a typed view of the Name property)."]]],[]]