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 webpage details the `CreateDomainMappingRequest` class, which is used to send requests for creating domain mappings in Google Cloud App Engine, version 1.4.0."],["The `CreateDomainMappingRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class offers two constructors, a default constructor and another one that accepts a `CreateDomainMappingRequest` parameter for copying, along with properties for configuring `DomainMapping`, `OverrideStrategy`, and `Parent`."],["This page also shows the different versions available for this feature, with 2.4.0 being the latest release, and going as far back as version 1.0.0."]]],[]]