public sealed class ReservationsScopedList : IMessage<ReservationsScopedList>, IEquatable<ReservationsScopedList>, IDeepCloneable<ReservationsScopedList>, 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."],[[["The latest version of `ReservationsScopedList` in the Google.Cloud.Compute.V1 namespace is 3.6.0, with multiple prior versions available dating back to version 1.0.0."],["`ReservationsScopedList` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data and serialization."],["This class provides functionality for managing a list of reservations (`Reservations`) within a defined scope and holds a warning message (`Warning`) that's present when the reservation list is empty."],["The class inherits members from the `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, to provide standard object behavior."],["There are two constructors available for the `ReservationsScopedList` class: one default and another that allows creating a new instance based on an existing `ReservationsScopedList`."]]],[]]