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 `ListTablesOptions` class provides options for customizing `ListTables` operations within the Google.Cloud.BigQuery.V2 namespace."],["The latest version available for reference is 3.11.0, with versions ranging from 2.2.0 up to the latest release all being accessible."],["`ListTablesOptions` inherits from the base `Object` class and includes properties for managing pagination, specifically `PageSize` and `PageToken`."],["The `PageSize` property allows control over the number of results returned per page in a list operation, affecting only the per-request page size."],["The `PageToken` property is utilized to continue listing operations by referencing the `NextPageToken` from previous responses, if given one."]]],[]]