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."],[[["The `ListDatasetsOptions` class in the Google BigQuery v2 API provides options for listing datasets, with the latest version being 3.11.0."],["Users can filter datasets by using labels via the `Filter` property, which is a string and can leverage the `Filters` class for easy creation of label-based filters."],["The `IncludeHidden` property allows users to include or exclude hidden datasets in the list, with hidden datasets excluded by default."],["Pagination is supported, allowing users to specify the `PageSize` for results per page and use the `PageToken` to continue a listing operation."],["The `ListDatasetsOptions` class inherits from the `object` class, including the inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]