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."],[[["The `RoutersScopedList` class is a part of the `Google.Cloud.Compute.V1` namespace, found within the `Google.Cloud.Compute.V1.dll` assembly, and it's used to handle lists of routers within a specific scope."],["Version 3.6.0 is the latest version, and there are multiple prior versions of this `RoutersScopedList` class documentation available, spanning from version 1.0.0 up to 3.6.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `RoutersScopedList` class contains two main properties: `Routers`, which is a list of `Router` objects, and `Warning`, which is used to provide informational warnings if the router list is empty."],["The class has two constructors: a default constructor, `RoutersScopedList()`, and a copy constructor, `RoutersScopedList(RoutersScopedList other)`, which allows for the creation of a new instance based on an existing one."]]],[]]