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 represents a response related to the status of a router in Google Cloud Compute V1, with the latest version being 3.6.0."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is implemented within the `Google.Cloud.Compute.V1.dll` assembly."],["`RouterStatusResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `RouterStatusResponse` class provides properties such as `HasKind`, `Kind`, and `Result`, allowing the user to check for a \"kind\" field, and retrieve the type of resource, as well as get the status of the Router."],["There are multiple versions of `RouterStatusResponse` available, ranging from version 1.0.0 up to 3.6.0, with links provided for each specific version."]]],[]]