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.2.0."],["The `DeleteDomainMappingRequest` class is used to construct a request message for deleting a domain mapping, as used by the `DomainMappings.DeleteDomainMapping` method."],["The class is a sealed class, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for protocol buffers in C#."],["The `DeleteDomainMappingRequest` class has two constructors and one property `Name`, which specifies the name of the resource to delete, in the format `apps/myapp/domainMappings/example.com`."],["The documentation also lists all the versions of the `DeleteDomainMappingRequest` class, with the most recent being 2.4.0 and it goes as far back as version 1.0.0."]]],[]]