public sealed class DeleteDomainMappingRequest : IMessage<DeleteDomainMappingRequest>, IEquatable<DeleteDomainMappingRequest>, IDeepCloneable<DeleteDomainMappingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DeleteDomainMappingRequest.
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 provides reference documentation for the `DeleteDomainMappingRequest` class within the Google Cloud App Engine v1 API, specifically for version 2.3.0."],["The `DeleteDomainMappingRequest` class is used to send requests for deleting domain mappings, as part of the `DomainMappings.DeleteDomainMapping` function, and it also implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteDomainMappingRequest` inherits from the base object class and has a property named `Name`, which stores the name of the domain mapping to be deleted, such as `apps/myapp/domainMappings/example.com`."],["The document shows the availability of the different versions of the class, from version 1.0.0 to the latest version 2.4.0, and for each version, it is possible to find the documentation of the `DeleteDomainMappingRequest`."]]],[]]