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 is part of the `Google.Cloud.Compute.V1` namespace and is used within the .NET environment."],["This class provides data related to the status of a router within the Google Cloud Compute environment, as indicated by the `RouterStatus` property."],["The class has properties such as `Kind` and `HasKind` which provide details about the type of resource and whether the `Kind` field is populated, respectively."],["There are multiple versions of the `RouterStatusResponse` class documented, ranging from version 1.0.0 to the latest 3.6.0, with the class being version 2.1.0 within this documentation."],["The `RouterStatusResponse` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."]]],[]]