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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]