public sealed class CreateDomainMappingRequest : IMessage<CreateDomainMappingRequest>, IEquatable<CreateDomainMappingRequest>, IDeepCloneable<CreateDomainMappingRequest>, IBufferMessage, IMessage
Request message for DomainMappings.CreateDomainMapping.
[[["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 details on the `CreateDomainMappingRequest` class, which is used to request the creation of a domain mapping in Google Cloud App Engine."],["The `CreateDomainMappingRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DomainMapping`, `OverrideStrategy`, and `Parent`, which allow you to set the domain configuration, override behavior, and parent application, respectively."],["There are multiple versions of `CreateDomainMappingRequest` available, with version 2.4.0 being the latest release."],["The document shows the class inherits from the object type, and presents its constructors, as well as its namespace and assembly location."]]],[]]