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 latest version of the `DeleteDomainMappingRequest` is 2.4.0, with a range of versions available from 1.0.0 to 2.4.0."],["The `DeleteDomainMappingRequest` class is used as a request message for the `DomainMappings.DeleteDomainMapping` function within the Google Cloud App Engine V1 library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `DeleteDomainMappingRequest` class includes a constructor and a `Name` property, which specifies the resource name to delete, using a string that follows the format `apps/myapp/domainMappings/example.com`."]]],[]]