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-03-21 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()`."]]],[]]