public sealed class RouterStatusResponse : IMessage<RouterStatusResponse>, IEquatable<RouterStatusResponse>, IDeepCloneable<RouterStatusResponse>, 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 `RouterStatusResponse` class is part of the `Google.Cloud.Compute.V1` namespace and is used to represent the status response of a router."],["Version 3.6.0 is the latest version of the `RouterStatusResponse`, and there are 29 documented versions available, ranging back to 1.0.0."],["`RouterStatusResponse` implements several interfaces, including `IMessage`, `IEquatable\u003cRouterStatusResponse\u003e`, `IDeepCloneable\u003cRouterStatusResponse\u003e`, and `IBufferMessage`, and inherits from `object`."],["The class has properties such as `HasKind`, `Kind`, and `Result`, with `Result` returning the type `RouterStatus`."],["The class also contains two constructors `RouterStatusResponse()` and `RouterStatusResponse(RouterStatusResponse other)` and inherits the `GetHashCode()`, `GetType()` and `ToString()` methods from `object`."]]],[]]