public sealed class SubnetworksScopedList : IMessage<SubnetworksScopedList>, IEquatable<SubnetworksScopedList>, IDeepCloneable<SubnetworksScopedList>, 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 `SubnetworksScopedList` is 3.6.0, but multiple versions are available, ranging from version 1.0.0 to 3.6.0."],["`SubnetworksScopedList` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The class includes a `Subnetworks` property, which is a list of subnetworks contained within the current scope, represented as a `RepeatedField\u003cSubnetwork\u003e`."],["There is a `Warning` property that provides an informational message if the list of addresses is empty, and is of the type `Warning`."],["The class `SubnetworksScopedList` has two constructors `SubnetworksScopedList()` and `SubnetworksScopedList(SubnetworksScopedList other)` to initialize the class."]]],[]]