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 details the `ReservationsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.2.0, with links to older and newer versions."],["The `ReservationsScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in message handling and data management."],["The class offers two constructors, a default constructor, and one that accepts another `ReservationsScopedList` instance for cloning purposes."],["It contains two main properties: `Reservations`, a list of `Reservation` objects within the scope, and `Warning`, which holds informational warning details when the reservation list is empty."],["The latest documented version is 3.6.0, while the page is focused on details for version 2.2.0, including links to all documented versions between 1.0.0 and 3.6.0."]]],[]]