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."],["The class allows filtering of datasets based on labels using the `Filter` property, which is a string that supports filtering according to [BigQuery documentation](https://cloud.google.com/bigquery/docs/labeling-datasets#filtering_datasets_using_labels)."],["The `IncludeHidden` property, a boolean, determines whether hidden datasets are included in the listing results, defaulting to `false`."],["The `PageSize` and `PageToken` properties, which are of type `int` and `string`, respectively, control the pagination of results when listing datasets, offering custom page sizes and allowing for continuation of a listing operation."],["The class provides access to inherited members from the base `object` class, including methods like `GetHashCode`, `GetType`, and `ToString`, which are commonly found in .NET objects."]]],[]]