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."],[[["The `ReservationsScopedList` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, representing a list of reservations within a specific scope."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides capabilities for message handling, equality comparisons, deep cloning, and buffered message operations."],["The class offers two constructors: a default constructor (`ReservationsScopedList()`) and a copy constructor (`ReservationsScopedList(ReservationsScopedList other)`) to create new instances either from scratch or by duplicating existing `ReservationsScopedList` objects."],["`ReservationsScopedList` includes two key properties: `Reservations`, which is a list of `Reservation` objects within the scope, and `Warning`, which holds information about warnings in the scope."],["The most current version is 3.6.0, and multiple past versions are also available, ranging all the way down to 1.0.0, as viewable by the provided links."]]],[]]