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 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."]]],[]]