public sealed class GetDomainMappingRequest : IMessage<GetDomainMappingRequest>, IEquatable<GetDomainMappingRequest>, IDeepCloneable<GetDomainMappingRequest>, IBufferMessage, IMessage
Request message for DomainMappings.GetDomainMapping.
[[["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-04-17 UTC."],[[["The latest version of the `GetDomainMappingRequest` is 2.4.0, with several prior versions available, including 2.3.0, 2.2.0, 2.1.0, 2.0.0, and versions 1.4.0 through 1.0.0."],["`GetDomainMappingRequest` is a request message for `DomainMappings.GetDomainMapping` and is found in the `Google.Cloud.AppEngine.V1` namespace within the `Google.Cloud.AppEngine.V1.dll` assembly."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDomainMappingRequest` class has a `Name` property, which is a string representing the requested resource name, such as `apps/myapp/domainMappings/example.com`."],["The `GetDomainMappingRequest` has two constructors, one is empty and the other takes in a `GetDomainMappingRequest`."]]],[]]