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 document provides reference information for the `DeleteDomainMappingRequest` class within the Google Cloud App Engine v1 API, specifically version 2.1.0."],["The `DeleteDomainMappingRequest` class is used to construct a request to delete a domain mapping, as indicated by its description as the \"Request message for `DomainMappings.DeleteDomainMapping`\"."],["It inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Name` property, which is a string representing the name of the resource to be deleted, formatted as `apps/myapp/domainMappings/example.com`."],["The document shows the existence of several versions for the API, ranging from 1.0.0 to 2.4.0, with the latest being 2.4.0, however the document only covers 2.1.0 in detail."]]],[]]