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-31 UTC."],[[["This webpage provides documentation for the `ReservationsScopedList` class within the `Google.Cloud.Compute.V1` namespace, with version 3.4.0 being the version in focus."],["The `ReservationsScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for data handling."],["The class includes properties such as `Reservations`, which is a `RepeatedField` of `Reservation` objects, and `Warning`, which provides informational messages when the reservation list is empty."],["The page lists a range of versions for the same class, from 1.0.0 up to the latest release which is 3.6.0, providing links for each version's documentation."],["The class has two constructors `ReservationsScopedList()`, and `ReservationsScopedList(ReservationsScopedList other)` to allow for creating empty or new instances from pre existing ones."]]],[]]