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 webpage details the `DeleteDomainMappingRequest` class, which is used to send requests for deleting domain mappings in the Google Cloud App Engine V1 API."],["The `DeleteDomainMappingRequest` class is found within the `Google.Cloud.AppEngine.V1` namespace and is part of the `Google.Cloud.AppEngine.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteDomainMappingRequest\u003e`, `IDeepCloneable\u003cDeleteDomainMappingRequest\u003e`, and `IBufferMessage`, highlighting its role in message handling and object management."],["The class has a `Name` property, which is a string representing the name of the domain mapping resource to be deleted, and follows the format of `apps/myapp/domainMappings/example.com`."],["The available versions for this functionality are listed, ranging from 1.0.0 to the latest 2.4.0."]]],[]]