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 the `Google.Cloud.Compute.V1.ReservationsScopedList` is 3.6.0, with multiple previous versions available, dating back to 1.0.0."],["The `ReservationsScopedList` class, found in the `Google.Cloud.Compute.V1` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a constructor `ReservationsScopedList()` for creating new instances and `ReservationsScopedList(ReservationsScopedList other)` for creating copies."],["The `ReservationsScopedList` class contains a `Reservations` property of type `RepeatedField\u003cReservation\u003e` that lists the reservations, and a `Warning` property to indicate if the list is empty."],["The `ReservationsScopedList` class inherits members like GetHashCode(), GetType(), and ToString() from the object class."]]],[]]