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 provides reference documentation for the `ListDatasetsOptions` class within the Google BigQuery v2 API for .NET, detailing its usage in listing datasets."],["The `ListDatasetsOptions` class includes properties for filtering datasets, including or excluding hidden datasets, setting the page size for results, and using a page token for continued listing operations."],["The latest version of the `Google.Cloud.BigQuery.V2` library that includes `ListDatasetsOptions` is version 3.11.0, with older versions from 3.10.0 down to 2.2.0 also documented."],["The `Filter` property allows for label-based filtering of datasets, and the `IncludeHidden` property determines if hidden datasets are included in the results, which is set to false by default."],["The class inherits members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and is contained within the `Google.Cloud.BigQuery.V2` namespace, within the `Google.Cloud.BigQuery.V2.dll` assembly."]]],[]]