public sealed class RoutersScopedList : IMessage<RoutersScopedList>, IEquatable<RoutersScopedList>, IDeepCloneable<RoutersScopedList>, 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-02 UTC."],[[["The `RoutersScopedList` class, found within the `Google.Cloud.Compute.V1` namespace, is a part of the Google Cloud Compute .NET library, specifically for version 2.2.0, and is defined in the `Google.Cloud.Compute.V1.dll` assembly."],["The latest version for the `RoutersScopedList` can be found in version 3.6.0."],["It inherits from `Object` and implements `IMessage\u003cRoutersScopedList\u003e`, `IEquatable\u003cRoutersScopedList\u003e`, `IDeepCloneable\u003cRoutersScopedList\u003e`, `IBufferMessage`, and `IMessage`, providing methods for object comparison, cloning, and message handling."],["The class includes properties for a list of routers (`Routers`) as a `RepeatedField\u003cRouter\u003e` and a `Warning` property to provide informational messages if the list of routers is empty."],["There are 2 constructors for this class: a default empty constructor, and one where you can set the values of an existing `RoutersScopedList` object, by using an `other` parameter."]]],[]]