A token to retrieve next page of results.
Pass to [ListDatasetsRequest.page_token][google.cloud.automl.v1.ListDatasetsRequest.page_token] to obtain that page.
[[["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 latest version available for the `ListDatasetsResponse` class in the Google AutoML v1 API is version 3.4.0, while earlier versions from 3.3.0 down to 2.2.0 are also available."],["`ListDatasetsResponse` is a response message used by the `AutoMl.ListDatasets` method within the Google AutoML v1 API, which contains a list of datasets."],["This class implements several interfaces including `IPageResponse\u003cDataset\u003e`, `IEnumerable\u003cDataset\u003e`, and `IMessage\u003cListDatasetsResponse\u003e`, providing functionalities for handling paged data and message serialization."],["The `ListDatasetsResponse` class has properties such as `Datasets` of the `RepeatedField\u003cDataset\u003e` type, which holds the actual list of datasets, and a `NextPageToken` string property for pagination purposes."],["It includes methods like `GetEnumerator()`, allowing for iteration through the collection of datasets within the response, and a constructor for generating new instances of itself."]]],[]]