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, specifically detailing its structure, inheritance, implementations, and properties."],["The `ReservationsScopedList` class is part of the Google Cloud Compute API library and is implemented in the `Google.Cloud.Compute.V1.dll` assembly, and has multiple versions with 3.6.0 being the latest, and also lists all the way down to version 1.0.0."],["`ReservationsScopedList` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `ReservationsScopedList()` and another that accepts an existing `ReservationsScopedList` object as a parameter."],["The class contains two properties, `Reservations` which is a list of `Reservation` objects within the current scope, and `Warning`, which will give an informational warning if the reservations list is empty."]]],[]]