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 latest version available for `RouterStatusResponse` is 3.6.0, with various prior versions accessible, starting from 1.0.0."],["`RouterStatusResponse` is a sealed class in the `Google.Cloud.Compute.V1` namespace, which implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `RouterStatusResponse` is inherited from the `object` class and has implemented members from it, including `GetHashCode()`, `GetType()`, and `ToString()`."],["`RouterStatusResponse` has two constructors, one default and another that takes a `RouterStatusResponse` object as a parameter for copying."],["The `RouterStatusResponse` class contains the properties `HasKind`, `Kind`, and `Result`, and it uses `bool`, `string` and `RouterStatus` types, respectively."]]],[]]