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 page provides documentation for the `RouterStatusResponse` class within the Google.Cloud.Compute.V1 namespace, specifically focusing on version 2.7.0 but also listing other versions."],["The `RouterStatusResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class includes properties such as `HasKind`, `Kind`, and `Result`, allowing for checking the presence of a kind field, representing the type of resource and holding the result of the router status."],["There are two constructors, a default one, and one that takes another `RouterStatusResponse` as a parameter, allowing the creation of an instance from another instance."],["The latest version documented on the page is 3.6.0 while many other previous versions are available for reference, all the way back to version 1.0.0."]]],[]]