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 Google Cloud App Engine V1."],["The class is part of the `Google.Cloud.AppEngine.V1` namespace and is implemented in the `Google.Cloud.AppEngine.V1.dll` assembly."],["`DeleteDomainMappingRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors for `DeleteDomainMappingRequest`, one default and another that accepts another `DeleteDomainMappingRequest` object, enabling the copying of existing objects."],["The class contains a `Name` property of type `string`, representing the resource to be deleted, with an example provided as `apps/myapp/domainMappings/example.com`."]]],[]]