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-31 UTC."],[[["The latest version available for `SubnetworksScopedList` is 3.6.0, with several older versions also accessible, ranging from 3.5.0 down to 1.0.0."],["`SubnetworksScopedList` is a class in the `Google.Cloud.Compute.V1` namespace and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `SubnetworksScopedList` has two constructors: a default constructor `SubnetworksScopedList()` and a copy constructor `SubnetworksScopedList(SubnetworksScopedList other)`."],["The class contains two main properties, `Subnetworks` which holds a list of subnetworks, and `Warning`, that provides a warning when there are no addresses."],["This class also inherits several methods from the `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]