public sealed class DeleteDomainMappingRequest : IMessage<DeleteDomainMappingRequest>, IEquatable<DeleteDomainMappingRequest>, IDeepCloneable<DeleteDomainMappingRequest>, IBufferMessage, IMessage
Request message for DomainMappings.DeleteDomainMapping.
[[["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 details the `DeleteDomainMappingRequest` class, which is used to send requests for deleting domain mappings in Google Cloud App Engine, as part of version 2.0.0 of the Google.Cloud.AppEngine.V1 library."],["The `DeleteDomainMappingRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities within the .NET framework."],["The class includes a `Name` property, which specifies the resource name of the domain mapping to be deleted, such as `apps/myapp/domainMappings/example.com`."],["There are two constructors for the class: a parameterless constructor, and one that takes another `DeleteDomainMappingRequest` object, allowing for object copying."],["The page also lists the versions of the Google Cloud App Engine library, ranging from version 1.0.0 to the latest version 2.4.0, along with links to documentation for each version."]]],[]]