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."],[[["This page provides documentation for the `ListDatasetsOptions` class within the Google BigQuery v2 API for .NET, outlining its properties and usage."],["The `ListDatasetsOptions` class allows for filtering, including/excluding hidden datasets, and managing the pagination of dataset listings via `Filter`, `IncludeHidden`, `PageSize`, and `PageToken` properties."],["The latest version of the `ListDatasetsOptions` documentation is for version 3.11.0, with links provided for previous versions down to version 2.2.0."],["The `Filter` property is a string used to apply filters when listing datasets, with guidance provided for filtering datasets by labels, and it is a class method within the `Google.Cloud.BigQuery.V2.Filters` namespace."],["The `IncludeHidden` property can be set to true or false to include or exclude datasets that have been marked as hidden within the dataset list, with the default behavior being to exclude hidden datasets."]]],[]]