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-09 UTC."],[[["The latest version of the `RouterStatusResponse` is 3.6.0, with several other versions available, ranging from 3.5.0 down to 1.0.0."],["The `RouterStatusResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is a resource within the `Google.Cloud.Compute.V1` namespace and is contained in the `Google.Cloud.Compute.V1.dll` assembly."],["This class has two constructors, `RouterStatusResponse()`, which is the default, and `RouterStatusResponse(RouterStatusResponse other)`, allowing the creation of an instance with the same content as the `other` object."],["It includes properties `HasKind`, `Kind`, and `Result`, each serving to manage the type, details and result respectively, where `Kind` is a string, `Result` is of `RouterStatus` type and `HasKind` checks if the kind field is set."]]],[]]