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.4.0 of the library, with links to numerous versions of documentation, including the latest 3.6.0 release."],["The `InstancesScopedList` class is a part of the Google Cloud Compute API's .NET client library and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Instances`, which is a repeated field of `Instance` type, and `Warning`, which is of `Warning` type, providing details regarding a list of instances in a scope and outputting warning information when the list is empty."],["The `InstancesScopedList` class has two constructors: a default constructor `InstancesScopedList()` and another `InstancesScopedList(InstancesScopedList other)` that allows creating a copy of an existing instance."],["The page contains inherited members from the base `Object` class, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]