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 latest version available for `RouterStatusResponse` is 3.6.0, with various other versions ranging from 1.0.0 to 3.5.0 also accessible."],["The `RouterStatusResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for handling and managing router status responses."],["`RouterStatusResponse` objects have two constructors, one default and one that takes another `RouterStatusResponse` object for parameterization."],["The class offers properties such as `HasKind`, which indicates whether the \"kind\" field is set, `Kind` to specify the resource type and `Result`, that provides the status of the router."],["`RouterStatusResponse` class inherits from Object, and can use the inherited methods GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]