GoogleCloudAiplatformV1SearchDataItemsResponse constructor

GoogleCloudAiplatformV1SearchDataItemsResponse({
  1. List<GoogleCloudAiplatformV1DataItemView>? dataItemViews,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1SearchDataItemsResponse({
  this.dataItemViews,
  this.nextPageToken,
});