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