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 page details the `CreateDomainMappingRequest` class, which is used to send requests for creating domain mappings in Google Cloud App Engine V1."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes constructors for creating new instances of `CreateDomainMappingRequest`, either with default values or by cloning from another instance."],["Key properties of `CreateDomainMappingRequest` are `DomainMapping`, `OverrideStrategy`, and `Parent`, which control the domain mapping configuration, override behavior, and parent application, respectively."],["The latest version of the documentation is version 2.4.0, however this page describes version 1.3.0, and there is a list of previous versions available."]]],[]]