[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
[[["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-31 UTC."],[[["The `ReservationList` class represents a list of compute resources, and it is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0."],["`ReservationList` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, indicating it's a versatile data structure."],["The class offers properties such as `Id`, `Kind`, `NextPageToken`, and `SelfLink`, as well as a list of `Reservation` items, `Items`, allowing access to various aspects of the resource list."],["The `ReservationList` class includes properties like `HasId`, `HasKind`, `HasNextPageToken`, and `HasSelfLink` to verify if the corresponding fields are set, offering a way to check the existence of certain data within an instance of this class."],["The class has constructors for both creating an empty instance as well as one with another `ReservationList` as a parameter, and it provides methods like `GetEnumerator()` to iterate through the `Reservation` resources."]]],[]]