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-24 UTC."],[[["This webpage details the `ReservationsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.14.0."],["The `ReservationsScopedList` class is part of the Google Cloud Compute .NET library and is available across multiple versions, ranging from 1.0.0 to the latest 3.6.0, all documented with links."],["`ReservationsScopedList` inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor and a copy constructor, and has two primary properties: `Reservations`, which is a list of `Reservation` objects, and `Warning`, which provides a warning message if the list is empty."],["The `ReservationsScopedList` allows you to get the warning and reservations through the use of the properties, Warning, and Reservations, respectively."]]],[]]