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 details the `ReservationsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.0.0, with links to various versions ranging from 1.0.0 to 3.6.0."],["The `ReservationsScopedList` class, part of the Google Cloud Compute API, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It features two constructors: a default constructor `ReservationsScopedList()` and an overloaded constructor `ReservationsScopedList(ReservationsScopedList other)` which takes another `ReservationsScopedList` as a parameter."],["The class exposes two main properties: `Reservations`, a `RepeatedField` containing a list of `Reservation` objects, and `Warning`, which provides informational warning data when the reservation list is empty."],["The most recent version of this class is version 3.6.0, which can be found at the top of the versions list."]]],[]]