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 of the `Google.Cloud.Compute.V1.SubnetworksScopedList` is 3.6.0, with multiple previous versions available, including the current page's version, 2.8.0."],["`SubnetworksScopedList` is a class within the `Google.Cloud.Compute.V1` namespace, implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default constructor `SubnetworksScopedList()` and another that accepts an existing `SubnetworksScopedList` object as an argument, `SubnetworksScopedList(SubnetworksScopedList other)`."],["It includes a `Subnetworks` property of type `RepeatedField\u003cSubnetwork\u003e` that contains a list of subnetworks, and a `Warning` property for informational messages."],["The `SubnetworksScopedList` class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]