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 document outlines the `DeleteNamespaceRequest` class within the `Google.Cloud.ServiceDirectory.V1` namespace, used for requests to delete a namespace via `RegistrationService.DeleteNamespace`."],["The `DeleteNamespaceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class offers two constructors: a default one (`DeleteNamespaceRequest()`) and another that accepts another `DeleteNamespaceRequest` instance (`DeleteNamespaceRequest(DeleteNamespaceRequest other)`)."],["It contains two key properties: `Name`, a string representing the name of the namespace to delete, and `NamespaceName`, a `NamespaceName`-typed view over the `Name` property."],["The document also lists the available versions, where 2.6.0 is the latest version and it ranges all the way back to 1.0.0."]]],[]]