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 `ListProjectsOptions` class provides options for listing projects within the Google Cloud BigQuery V2 API, with version 3.11.0 being the latest release."],["This class allows you to manage `PageSize`, which determines the number of results returned per page, affecting the per-request page size, and not the total result count."],["The `PageToken` property facilitates continued list operations by using a token derived from the `NextPageToken` property, as part of a `Page\u003cTResource\u003e` or a raw response."],["The `ListProjectsOptions` class inherits members from `Object` such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It is in the `Google.Cloud.BigQuery.V2` namespace, and is part of the `Google.Cloud.BigQuery.V2.dll` assembly."]]],[]]