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-04-02 UTC."],[[["The `RouterStatusResponse` class is part of the `Google.Cloud.Compute.V1` namespace and is used to represent a response related to router status."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for message handling, equality checks, deep cloning, and buffered messages, respectively."],["The `RouterStatusResponse` class has properties like `HasKind`, `Kind`, and `Result`, which provide information about the resource type and the status of a router."],["Multiple versions of the documentation are provided, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest version."],["The class includes two constructors, one default and one that takes another `RouterStatusResponse` instance as a parameter for copying, as well as some inherited methods and properties."]]],[]]