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-04-17 UTC."],[[["This webpage provides reference documentation for the `ListRoutinesOptions` class within the Google BigQuery v2 API for .NET, detailing options for listing routines in BigQuery."],["The latest version documented is 3.11.0, with a range of previous versions available from 3.10.0 down to 2.2.0, each linked to their respective API documentation."],["`ListRoutinesOptions` is a sealed class used to specify options for `ListModels` operations and inherits from the base `object` class, with several members inherited from it."],["The class contains properties like `PageSize`, `PageToken`, `ReadMask`, and `RoutineTypeFilter` which are used to customize the result set of routines fetched from Google BigQuery."],["The properties `PageSize`, `PageToken`, `ReadMask` are of type `int?` ,`string` and `string` respectively, while `RoutineTypeFilter` accepts `RoutineType` enum, to filter listed routines."]]],[]]