[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-21 UTC."],[[["The `DiskTypeAggregatedList` class in the `Google.Cloud.Compute.V1` namespace provides a collection of `DiskTypesScopedList` resources, as indicated by the `Items` property which holds a map of string keys to `DiskTypesScopedList` values."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, indicating it's designed for protobuf messaging, equality checks, deep cloning, buffer handling, paged responses, and iteration."],["The `DiskTypeAggregatedList` class includes properties like `Id`, `Kind`, `NextPageToken`, and `SelfLink`, which are used for identifying the resource, specifying its type, managing pagination, and providing a server-defined URL, respectively."],["The class offers methods to check if certain fields like \"id,\" \"kind,\" \"next_page_token,\" and \"self_link\" are set through `HasId`, `HasKind`, `HasNextPageToken`, and `HasSelfLink` properties, respectively."],["The `Unreachables` property contains a list of resources that could not be reached, and there is a `Warning` property for informational warning messages."]]],[]]