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 documentation for the `ListProjectsOptions` class within the Google BigQuery v2 API for .NET, used to configure `ListProjects` operations."],["The content includes a list of available versions, from the latest (3.11.0) down to 2.2.0, with each link leading to the documentation for `ListProjectsOptions` within that version."],["`ListProjectsOptions` inherits from the base `Object` class and defines two properties: `PageSize`, which controls the number of results per page, and `PageToken`, which is used for pagination in continued list operations."],["The namespace for `ListProjectsOptions` is `Google.Cloud.BigQuery.V2`, and it is contained within the `Google.Cloud.BigQuery.V2.dll` assembly."],["The primary use of `ListProjectsOptions` is for customizing the listing of projects by defining the size of each page of results, and continuing where it left off."]]],[]]