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 provides documentation for the `CreateDomainMappingRequest` class within the `Google.Cloud.AppEngine.V1` namespace, specifically for version 1.2.0 and later versions."],["`CreateDomainMappingRequest` is a request message used for creating domain mappings and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateDomainMappingRequest` class includes properties such as `DomainMapping`, `OverrideStrategy`, and `Parent`, which are used to configure the domain mapping settings."],["The provided content has links to the documentation for different versions of the software, including the latest 2.4.0, going all the way back to version 1.0.0."],["The `CreateDomainMappingRequest` class has two constructors: a default constructor and a copy constructor that takes another `CreateDomainMappingRequest` object as a parameter."]]],[]]