public sealed class DeleteDomainRequest : IMessage<DeleteDomainRequest>, IEquatable<DeleteDomainRequest>, IDeepCloneable<DeleteDomainRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Microsoft Active Directory v1 API class DeleteDomainRequest.
Request message for
[DeleteDomain][google.cloud.managedidentities.v1.DeleteDomain]
[[["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 provides reference documentation for the `DeleteDomainRequest` class within the Google Cloud Managed Identities v1 API, specifically version 3.2.0, and the latest version, 3.3.0."],["The `DeleteDomainRequest` class is a request message used to delete a domain, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, also the class has two constructors for creating instances of `DeleteDomainRequest`."],["`DeleteDomainRequest` includes properties like `DomainName`, which is a typed view over the resource name, and `Name`, a string representing the required domain resource name in a specific format."],["The content presents the different versions of the API available, from version 2.2.0 up to the most recent 3.3.0, allowing for specific version access for the `DeleteDomainRequest` class."]]],[]]