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, found within the `Google.Cloud.Compute.V1` namespace, is a sealed class implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is designed to be used across multiple versions of the API, ranging from version 1.0.0 up to the latest version 3.6.0, as well as various other sub-versions."],["`RouterStatusResponse` objects can be created using either the default constructor `RouterStatusResponse()` or by copying an existing `RouterStatusResponse` instance with `RouterStatusResponse(RouterStatusResponse other)`."],["The `RouterStatusResponse` class includes properties like `HasKind` (a boolean), `Kind` (a string), and `Result` (a `RouterStatus` object) to manage and access router-related information."],["The class inherits members from the `Object` class, and is contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]