GoogleCloudAiplatformV1ListDatasetsResponse constructor

GoogleCloudAiplatformV1ListDatasetsResponse({
  1. List<GoogleCloudAiplatformV1Dataset>? datasets,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListDatasetsResponse({
  this.datasets,
  this.nextPageToken,
});