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."],[[["The `DeleteDomainMappingRequest` class is used to request the deletion of a domain mapping in Google Cloud App Engine."],["The latest version of `DeleteDomainMappingRequest` is 2.4.0, while the initial documented version is 1.0.0."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteDomainMappingRequest` class contains a `Name` property, which is a string representing the resource name to delete, formatted like `apps/myapp/domainMappings/example.com`."],["It has two constructors: a parameterless constructor, and a copy constructor which accepts another instance of `DeleteDomainMappingRequest` as a parameter."]]],[]]