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 version 3.6.0, with multiple prior versions available ranging from 1.0.0 to 3.5.0."],["The `ReservationsScopedList` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReservationsScopedList` class contains a `Reservations` property, which is a list of reservations within the current scope and is of the `RepeatedField\u003cReservation\u003e` type."],["It also includes a `Warning` property, allowing for an informational warning to be presented if the reservations list is empty."],["There are two constructors provided for `ReservationsScopedList`, one default and one that takes another instance of `ReservationsScopedList` as a parameter for creating a new object based on the input."]]],[]]