ListDatasetVersionsResponse

Response message for DatasetService.ListDatasetVersions.

Fields
datasetVersions[] object (DatasetVersion)

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

nextPageToken string

The standard List next-page token.

JSON representation
{
  "datasetVersions": [
    {
      object (DatasetVersion)
    }
  ],
  "nextPageToken": string
}