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 of the `Google.Cloud.Compute.V1.SubnetworksScopedList` is version 3.6.0, with multiple prior versions available ranging from 3.5.0 down to 1.0.0."],["The `SubnetworksScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality comparisons, and deep cloning."],["This class inherits from the base `object` class and has standard inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has a list of `Subnetworks` and `Warning` as properties, where `Subnetworks` contains a list of subnetworks within the current scope and `Warning` provides an informational warning if the list of addresses is empty."],["The class offers two constructors: a default constructor `SubnetworksScopedList()` and a copy constructor `SubnetworksScopedList(SubnetworksScopedList other)` to create a new instance from an existing one."]]],[]]