public sealed class InstancesScopedList : IMessage<InstancesScopedList>, IEquatable<InstancesScopedList>, IDeepCloneable<InstancesScopedList>, 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 provides documentation for the `InstancesScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing various versions of the .NET library from 1.0.0 up to the latest, 3.6.0."],["The `InstancesScopedList` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in handling message structures, comparisons, deep cloning, and buffer operations."],["The class has two constructors: a default one (`InstancesScopedList()`) and another that accepts an `InstancesScopedList` object (`InstancesScopedList(InstancesScopedList other)`), enabling the creation of new instances or the copy of existing ones."],["The properties of `InstancesScopedList` include `Instances`, which is a list of instances within a specific scope, and `Warning`, which is an output-only informational message provided when the instance list is empty."],["The class inherits from the base `object` class, and its members include standard methods like `GetHashCode`, `GetType`, and `ToString`."]]],[]]