public sealed class GetGatewayRequest : IMessage<GetGatewayRequest>, IEquatable<GetGatewayRequest>, IDeepCloneable<GetGatewayRequest>, IBufferMessage, IMessage
[[["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."],[[["The latest version of the `GetGatewayRequest` class is 2.4.0, but it has versions ranging from 1.0.0 up to 2.4.0."],["The `GetGatewayRequest` class is a request message for `ApiGatewayService.GetGateway` and inherits from the base `Object` class."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling messages, equality comparisons, deep cloning, and buffered messages, respectively."],["It provides two constructors, one default and one that accepts another `GetGatewayRequest` instance for initialization."],["It contains a property `Name`, representing the resource name, and `GatewayName`, representing a `GatewayName` typed view over the `Name` property."]]],[]]