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 details the `InstancesScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.5.0, as part of the Google Cloud .NET library."],["The `InstancesScopedList` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The latest version available is 3.6.0 and the page covers releases all the way back to 1.0.0 for the class `InstancesScopedList`."],["The class has two constructors: a parameterless constructor and one that takes another `InstancesScopedList` object, allowing for the creation of new instances and copies."],["Key properties of this class are `Instances`, which is a list of instances, and `Warning`, which relays warning messages if the list is empty."]]],[]]