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 for .NET, specifically targeting versions from 2.2.0 up to the latest 3.11.0."],["The `ListProjectsOptions` class is used to configure options for listing projects, such as specifying the number of results per page and providing a token for continuing a list operation."],["The `PageSize` property allows setting the number of results returned per page, with the data type being an integer."],["The `PageToken` property, of string data type, is utilized to resume a list operation from a specific point, typically derived from the `NextPageToken`."],["The documentation highlights that `ListProjectsOptions` inherits from the base .NET `object` class."]]],[]]