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-03-21 UTC."],[[["This page provides documentation for the `InstantSnapshotsScopedList` class within the Google.Cloud.Compute.V1 namespace, specifically version 2.14.0."],["The `InstantSnapshotsScopedList` class is a part of the Google Cloud Compute API and represents a list of instant snapshots within a particular scope, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation outlines the class's inheritance from `object` and lists its implemented interfaces, along with inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class features two constructors, one default and another that takes an `InstantSnapshotsScopedList` object as a parameter for copying."],["It includes properties like `InstantSnapshots`, which is a list of `InstantSnapshot` objects, and `Warning`, which provides an informational warning if the instant snapshots list is empty."]]],[]]