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.10.0 of the library, with links to historical versions ranging from 1.0.0 to 3.6.0."],["The `ReservationsScopedList` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors: a default constructor and one that takes another `ReservationsScopedList` object as a parameter, allowing for object creation and copying."],["It exposes two primary properties: `Reservations`, a `RepeatedField` of `Reservation` objects that represents a list of reservations, and `Warning`, which is of type `Warning` and is used for providing informational warnings."],["The latest version available for the class is 3.6.0, while the documentation on this page pertains to version 2.10.0."]]],[]]