GoogleCloudAiplatformV1ListDatasetVersionsResponse constructor
GoogleCloudAiplatformV1ListDatasetVersionsResponse({
- List<
GoogleCloudAiplatformV1DatasetVersion> ? datasetVersions, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListDatasetVersionsResponse({
this.datasetVersions,
this.nextPageToken,
});