public sealed class GetRouterRequest : IMessage<GetRouterRequest>, IEquatable<GetRouterRequest>, IDeepCloneable<GetRouterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class GetRouterRequest.
[[["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 provides documentation for the `GetRouterRequest` class within the Google Cloud Edge Network v1 API."],["`GetRouterRequest` is used to retrieve information about a specific router and is part of the `Google.Cloud.EdgeNetwork.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities."],["It has two constructors: a default constructor and one that accepts another `GetRouterRequest` object, allowing for the creation of new instances and copy behavior."],["The `GetRouterRequest` class has two main properties: `Name` (a string for resource name) and `RouterName` (a `RouterName`-typed view of the resource name)."]]],[]]