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 within the `Google.Cloud.AppEngine.V1` namespace, specifically for version 1.3.0 of the API."],["`DeleteDomainMappingRequest` is used to send a request to delete a domain mapping within the Google Cloud App Engine, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `Object` and provides two constructors: a default constructor and one that takes another `DeleteDomainMappingRequest` as a parameter for cloning."],["The class includes a `Name` property, which is a string representing the resource to be deleted, formatted as `apps/myapp/domainMappings/example.com`."],["The latest API version is 2.4.0, and the page also provides access to other past versions, from 1.0.0 to the present."]]],[]]