GoogleCloudAiplatformV1SearchDataItemsResponse constructor
GoogleCloudAiplatformV1SearchDataItemsResponse({
- List<
GoogleCloudAiplatformV1DataItemView> ? dataItemViews, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1SearchDataItemsResponse({
this.dataItemViews,
this.nextPageToken,
});