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-04-02 UTC."],[[["This webpage provides documentation for the `ReservationsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically focusing on version 1.1.0, but also includes reference links for many previous versions."],["The `ReservationsScopedList` class is part of the `Google.Cloud.Compute.V1.dll` assembly and inherits from `Object`, while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `ReservationsScopedList()` and a copy constructor `ReservationsScopedList(ReservationsScopedList other)`."],["`ReservationsScopedList` includes two properties, `Reservations` which holds a list of `Reservation` objects within the scope, and `Warning` which provides an informational warning if the list of reservations is empty."],["The documentation page lists versions ranging from 3.6.0 (latest) down to 1.0.0, with links to the corresponding documentation for `ReservationsScopedList` in each of those versions."]]],[]]