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-04-02 UTC."],[[["The `SubnetworksScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, is available in version 2.0.0 and is used for managing a list of subnetworks within a specific scope."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["The class has two constructors: a default constructor (`SubnetworksScopedList()`) and a copy constructor (`SubnetworksScopedList(SubnetworksScopedList other)`), which allows for object duplication."],["Key properties of the `SubnetworksScopedList` class include `Subnetworks`, a `RepeatedField` of `Subnetwork` objects, and `Warning`, which provides an informational message if the subnetwork list is empty."],["This document also shows links to the history of this class, from versions 1.0.0 to 3.6.0 with 3.6.0 being the latest, and 2.0.0 being the current version."]]],[]]