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, specifically version 1.1.0 of the library, with links to past versions of documentation for this class."],["The `InstancesScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes a default constructor `InstancesScopedList()` and an overload constructor that takes another `InstancesScopedList` object as a parameter, along with documentation on the parameters."],["The `InstancesScopedList` class contains two main properties: `Instances`, a `RepeatedField` of `Instance` objects that represents the list of instances within a scope, and `Warning`, which is an informational warning that is present when the list of instances is empty."],["The documentation shows that the latest version of this class is 3.6.0, while the oldest shown is 1.0.0."]]],[]]