public sealed class UpdateDomainMappingRequest : IMessage<UpdateDomainMappingRequest>, IEquatable<UpdateDomainMappingRequest>, IDeepCloneable<UpdateDomainMappingRequest>, IBufferMessage, IMessage
Request message for DomainMappings.UpdateDomainMapping.
[[["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 `UpdateDomainMappingRequest` class, which is part of the `Google.Cloud.AppEngine.V1` namespace in the .NET library."],["The `UpdateDomainMappingRequest` class is used to send requests for updating domain mappings, with a function to contain the updated resource, as well as the fields to be updated."],["It is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the available versions of the `UpdateDomainMappingRequest` class, ranging from version 1.0.0 to 2.4.0, which is the latest version."],["The class includes properties such as `DomainMapping`, `Name`, and `UpdateMask`, which are used to specify the updated domain mapping details."]]],[]]