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 webpage provides reference documentation for the `ListProjectsOptions` class within the Google BigQuery v2 API, specifically for .NET developers."],["The `ListProjectsOptions` class is used to configure options for listing projects, including settings like `PageSize` to control the number of results per page and `PageToken` to continue a list operation."],["The class `ListProjectsOptions` inherits from the base `object` class and is part of the `Google.Cloud.BigQuery.V2` namespace, and the provided content showcases multiple version of this API up to the latest at `3.11.0`."],["The `PageSize` property, an integer, determines how many results are returned per page, while the `PageToken` property, a string, allows continuation of list operations."]]],[]]