ListDatasetsResponse

Response message for DatasetService.ListDatasets.

Fields
datasets[] object (Dataset)

A list of Datasets that matches the specified filter in the request.

nextPageToken string

The standard List next-page token.

JSON representation
{
  "datasets": [
    {
      object (Dataset)
    }
  ],
  "nextPageToken": string
}