public sealed class InstantSnapshotsScopedList : IMessage<InstantSnapshotsScopedList>, IEquatable<InstantSnapshotsScopedList>, IDeepCloneable<InstantSnapshotsScopedList>, 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."],[[["The `InstantSnapshotsScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, is available across multiple versions, from 1.0.0 to the latest 3.6.0, as well as version 3.5.0 specifically referenced on this page."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cInstantSnapshotsScopedList\u003e`, `IDeepCloneable\u003cInstantSnapshotsScopedList\u003e`, and `IBufferMessage`, and inherits from the `object` class."],["The `InstantSnapshotsScopedList` class has two constructors, one default and one that takes another `InstantSnapshotsScopedList` object as a parameter, and has two properties, `InstantSnapshots` and `Warning`, for managing instant snapshots and related warnings."],["The `InstantSnapshots` property, of type `RepeatedField\u003cInstantSnapshot\u003e`, is used to store a list of instantSnapshots, while the `Warning` property, of type `Warning`, provides informational warnings when the list is empty."]]],[]]