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 provides documentation for the `RouterStatusResponse` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.5.0 of the library, with links to all previous and current versions."],["The `RouterStatusResponse` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and message handling."],["The class inherits from the base `Object` class, and the page lists its inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`RouterStatusResponse` includes properties like `HasKind` (a boolean), `Kind` (a string), and `Result` (of type `RouterStatus`), defining different aspects of the router status."],["There are two constructors for the `RouterStatusResponse` class, one being a parameterless constructor, and the other allowing you to pass in another `RouterStatusResponse` object, enabling the ability to copy the state of the object."]]],[]]