GoogleCloudAiplatformV1ListDataItemsResponse constructor

GoogleCloudAiplatformV1ListDataItemsResponse({
  1. List<GoogleCloudAiplatformV1DataItem>? dataItems,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListDataItemsResponse({
  this.dataItems,
  this.nextPageToken,
});