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."],[[["This webpage provides documentation for the `ReservationsScopedList` class within the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0 and the current version documented as 2.4.0."],["The `ReservationsScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to handling reservations data."],["The class offers two constructors: a default constructor (`ReservationsScopedList()`) and a copy constructor (`ReservationsScopedList(ReservationsScopedList other)`) to create new instances."],["It contains two main properties: `Reservations`, a `RepeatedField` of `Reservation` objects, and `Warning`, which provides informational warnings if the reservation list is empty."],["Multiple versions of the `ReservationsScopedList` are documented, spanning from version 1.0.0 to 3.6.0, each with its own URL link."]]],[]]