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 details the `ListTablesOptions` class within the `Google.Cloud.BigQuery.V2` namespace, used for managing options in `ListTables` operations."],["The latest version documented is 3.11.0, with a range of previous versions, going back to 2.2.0, also available for reference."],["`ListTablesOptions` inherits from the base `Object` class and includes properties `PageSize`, which controls the number of results per page, and `PageToken`, which facilitates continued list operations."],["The `PageSize` property is of type `Nullable\u003cInt32\u003e`, allowing it to be null, and the `PageToken` property is a `String` type, used to resume operations."]]],[]]