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."],[[["This webpage details the `RouterStatusResponse` class within the `Google.Cloud.Compute.V1` namespace, offering documentation for its implementation and usage in .NET development."],["The latest documented version for `RouterStatusResponse` is 3.6.0, and multiple past versions are also available, ranging back to 1.0.0."],["`RouterStatusResponse` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RouterStatusResponse` class contains properties such as `HasKind`, `Kind`, and `Result`, providing different functionalities for the user."],["The available constructors for the `RouterStatusResponse` class are the empty constructor `RouterStatusResponse()` and a constructor that takes another `RouterStatusResponse` as a parameter `RouterStatusResponse(RouterStatusResponse other)`."]]],[]]