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 latest version available for `ReservationsScopedList` is 3.6.0, which can be found in the `Google.Cloud.Compute.V1` namespace."],["This class `ReservationsScopedList` provides a structure for managing a list of reservations, which it inherits from a number of interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `ReservationsScopedList` class contains properties such as `Reservations`, which is a list of `Reservation` objects, and `Warning`, which is an informational warning that replaces the reservations list when it's empty."],["The documentation covers versions ranging from 1.0.0 up to the most recent 3.6.0, demonstrating the version history and evolution of this `ReservationsScopedList` class."],["This class contains two constructors: a default constructor `ReservationsScopedList()` and a constructor for copying existing instances `ReservationsScopedList(ReservationsScopedList other)`."]]],[]]