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 webpage details the `UpdateDomainMappingRequest` class, which is used to send requests for updating domain mappings in Google Cloud App Engine."],["The latest version of the `UpdateDomainMappingRequest` documentation is 2.4.0, with several previous versions also available for reference, down to version 1.0.0."],["The `UpdateDomainMappingRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling."],["The class has properties such as `DomainMapping`, `Name`, and `UpdateMask`, which are used to specify the domain mapping details, resource name, and the fields to be updated, respectively."],["The content displays that the `UpdateDomainMappingRequest` class inherits from `Object` and includes details on its constructors, the parameters they take, as well as inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]