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 various versions, ranging from 1.0.0 to the latest 3.6.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["`SubnetworksScopedList` has two constructors: a default constructor and another that takes an existing `SubnetworksScopedList` object for copying."],["It contains two properties, `Subnetworks`, which is a list of subnetworks, and `Warning`, which represents a potential warning if the list of addresses is empty."],["The class is found in the Google.Cloud.Compute.V1.dll assembly."]]],[]]