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"]],[["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-04-17 UTC."],[[["The `ListDatasetsOptions` class in the Google BigQuery v2 API provides options for listing datasets, including filtering and pagination."],["You can use the `Filter` property to apply filters when listing datasets, utilizing label-based filtering as detailed in the BigQuery documentation."],["The `IncludeHidden` property lets you choose whether to include hidden datasets in the listing, which defaults to not including them."],["The `PageSize` property lets you set the number of results to return per page, while the `PageToken` property facilitates continuation of a list operation."],["The latest version of the Big Query API available is 3.11.0 while the current documentation is for version 3.10.0."]]],[]]