Output only. The next-pagination token. For multiple-page list results,
this token can be used as the
ListTransferRunsRequest.page_token
to request the next page of list results.
[[["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 document provides reference documentation for the `ListTransferRunsResponse` class within the Google BigQuery Data Transfer v1 API for .NET, outlining its properties, methods, and implementation details."],["The `ListTransferRunsResponse` class is used to represent a response containing a list of transfer runs, retrieved from the BigQuery Data Transfer service, which is indicated by the \"Output only\" label on certain properties."],["The latest version of the `ListTransferRunsResponse` class is 4.10.0, with documentation available for a range of previous versions down to 3.1.0, providing access to historical API behavior."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, indicating its role in data handling, comparison, cloning, buffering, pagination, and iteration within the API."],["The document details the properties `NextPageToken`, used for paginated results, and `TransferRuns`, holding the actual data, as well as the `GetEnumerator` method which allows the iteration through the data."]]],[]]