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 previous versions available dating back to 1.0.0, all accessible via provided links."],["The `RouterStatusResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RouterStatusResponse` inherits from the base `object` class, inheriting core methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class contains two constructors: a default constructor `RouterStatusResponse()` and a copy constructor `RouterStatusResponse(RouterStatusResponse other)`."],["`RouterStatusResponse` objects contain `HasKind`, `Kind`, and `Result` properties that respectively indicate whether the kind field is set, the type of the resource, and the router's status."]]],[]]