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-09 UTC."],[[["This webpage details the `SubnetworksScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.2.0 of the .NET library."],["The latest version for the `SubnetworksScopedList` class is 3.6.0, with a history of previous releases dating back to version 1.0.0, and links are provided for each version."],["`SubnetworksScopedList` is a sealed class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, representing a list of subnetworks."],["The class has two constructors: a default one and one that allows creating an instance from another `SubnetworksScopedList` object."],["Key properties of `SubnetworksScopedList` include `Subnetworks` of type `RepeatedField\u003cSubnetwork\u003e` which is a collection of subnetworks and `Warning` which is a `Warning` object for potential informational messages."]]],[]]