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."],[[["This webpage details the `GetDomainMappingRequest` class, which is used to request domain mapping information for the Google Cloud App Engine."],["The latest version of this class is 2.4.0, while older versions are listed from 2.3.0 down to 1.0.0, with the page specifically detailing version 1.0.0."],["`GetDomainMappingRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDomainMappingRequest` class has a `Name` property of type `String`, that is used to identify the domain mapping resource, such as `apps/myapp/domainMappings/example.com`."],["The class also has 2 constructors: `GetDomainMappingRequest()` and `GetDomainMappingRequest(GetDomainMappingRequest other)`."]]],[]]