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-09 UTC."],[[["This webpage provides documentation for the `RoutersScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage."],["The content lists various versions of the Google Cloud Compute V1 package, ranging from version 1.0.0 up to the latest version, 3.6.0, with each version linking to its specific documentation for the `RoutersScopedList` class."],["`RoutersScopedList` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with methods like `GetHashCode`, `GetType`, and `ToString`."],["The class has two properties: `Routers`, which is a list of router objects of type `RepeatedField\u003cRouter\u003e`, and `Warning`, which displays an informational warning when the router list is empty, and is of type `Warning`."],["There are two constructors for `RoutersScopedList`, one is the default constructor, and the other allows you to create the object by using another object of the same type."]]],[]]