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 document details the `ListDatasetsOptions` class, which is used for configuring options when listing datasets within Google Cloud BigQuery."],["The `Filter` property allows users to specify a filter string to narrow down the listed datasets, and it is compatible with label filtering as detailed in the linked documentation."],["The `IncludeHidden` property allows users to include or exclude hidden datasets, defaulting to excluding them, matching the behavior of the \"all\" parameter in the REST API."],["The `PageSize` property lets you define the number of dataset results returned per page, controlling the per-request page size without altering the overall result count."],["The `PageToken` property is used to retrieve the next page of results in a continued listing operation, utilizing the `NextPageToken` from a `Page\u003cTResource\u003e` or a raw response."]]],[]]