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."],[[["Version 3.4.0 is the latest release for the Google.Cloud.AutoML.V1 library, with multiple previous versions available, including 2.5.0, which is the version detailed in the current documentation."],["The `ListDatasetsResponse` class is used as a response message for the `AutoMl.ListDatasets` function, and implements interfaces like `IPageResponse`, `IEnumerable`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ListDatasetsResponse` contains a `Datasets` property, which is a `RepeatedField` that holds the read datasets, and a `NextPageToken` property of type string that allows pagination."],["The `ListDatasetsResponse` class provides methods like `GetEnumerator()` to iterate through the datasets and has constructors to create new instances, either default or by copying another instance of itself."],["This specific documentation details the `ListDatasetsResponse` class in the `Google.Cloud.AutoML.V1` namespace, within the `Google.Cloud.AutoML.V1.dll` assembly."]]],[]]