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, with the latest being version 2.4.0."],["`UpdateDomainMappingRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes constructors for creating new instances, both empty and from an existing `UpdateDomainMappingRequest` object."],["The `UpdateDomainMappingRequest` class has three key properties: `DomainMapping`, which contains the updated resource; `Name`, which is the resource identifier; and `UpdateMask`, which specifies which fields should be updated."],["The namespace for the class is `Google.Cloud.AppEngine.V1` and it is found in the `Google.Cloud.AppEngine.V1.dll` assembly."]]],[]]