GoogleCloudAiplatformV1ListDatasetVersionsResponse constructor

GoogleCloudAiplatformV1ListDatasetVersionsResponse({
  1. List<GoogleCloudAiplatformV1DatasetVersion>? datasetVersions,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListDatasetVersionsResponse({
  this.datasetVersions,
  this.nextPageToken,
});