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-03-21 UTC."],[[["This webpage provides documentation for the `InstancesScopedList` class within the `Google.Cloud.Compute.V1` namespace, showing a comprehensive list of available versions, with version 3.6.0 being the latest and version 1.0.0 being the oldest."],["The `InstancesScopedList` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `InstancesScopedList` inherits from `object` and implements the necessary methods for use, along with inherited members like `GetHashCode`, `GetType`, and `ToString`."],["There are two constructors available for the `InstancesScopedList` class: a default constructor and a constructor that takes another `InstancesScopedList` object as a parameter."],["The class features two main properties, `Instances`, which is a read-only list of instances contained within the scope, and `Warning`, an informational warning which is outputted only when the list of instances is empty."]]],[]]