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 `ReservationsScopedList` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, offering a way to manage a scope of reservations."],["Version 3.6.0 is the latest version for `Google.Cloud.Compute.V1.ReservationsScopedList`, with a history of versions available dating back to 1.0.0."],["The `ReservationsScopedList` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing various functionalities for managing reservations."],["The `ReservationsScopedList` class contains two main properties, `Reservations` which is of type `RepeatedField\u003cReservation\u003e` and contains a list of reservations within a scope, and `Warning`, which provides information should the reservation list be empty."],["There are two constructors, the first being a parameterless constructor, and the second taking a `ReservationsScopedList` parameter, which is used to build a copy of an existing `ReservationsScopedList`."]]],[]]