If set, this token is used to indicate a continued list operation.
The value should be taken from the NextPageToken property of either
a Page<TResource> or a raw response from AsRawResponses().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document details the `ListDatasetsOptions` class, which is used for configuring options when listing datasets within Google Cloud BigQuery."],["The `Filter` property allows users to specify a filter string to narrow down the listed datasets, and it is compatible with label filtering as detailed in the linked documentation."],["The `IncludeHidden` property allows users to include or exclude hidden datasets, defaulting to excluding them, matching the behavior of the \"all\" parameter in the REST API."],["The `PageSize` property lets you define the number of dataset results returned per page, controlling the per-request page size without altering the overall result count."],["The `PageToken` property is used to retrieve the next page of results in a continued listing operation, utilizing the `NextPageToken` from a `Page\u003cTResource\u003e` or a raw response."]]],[]]