public sealed class GetRouteRequest : IMessage<GetRouteRequest>, IEquatable<GetRouteRequest>, IDeepCloneable<GetRouteRequest>, IBufferMessage, IMessage
A request message for Routes.Get. See the method description for details.
[[["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-02 UTC."],[[["The latest version of the `GetRouteRequest` documentation is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0 available for reference."],["`GetRouteRequest` is a request message used for retrieving details about a specific route, as defined in the Routes.Get method description."],["`GetRouteRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and functionality."],["The class includes properties for `Project` and `Route`, which represent the Project ID and the name of the route resource, respectively, and are of type `string`."],["It inherits from `Object` and have additional members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` which are inherited from it's base."]]],[]]