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 document outlines the `UpdateDomainMappingRequest` class, which is used to send requests for updating domain mappings in Google Cloud App Engine, within the `Google.Cloud.AppEngine.V1` namespace."],["The `UpdateDomainMappingRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer manipulation."],["The class has two constructors, a default constructor `UpdateDomainMappingRequest()` and a copy constructor `UpdateDomainMappingRequest(UpdateDomainMappingRequest other)`, which allows creating a new instance from an existing one."],["The `UpdateDomainMappingRequest` class contains three properties: `DomainMapping` (for the updated domain resource), `Name` (for the resource name), and `UpdateMask` (for specifying the fields to be updated)."],["The document includes a history of versions of this class, ranging from 1.0.0 to the latest 2.4.0."]]],[]]