GoogleCloudAiplatformV1ListDataItemsResponse constructor
GoogleCloudAiplatformV1ListDataItemsResponse({
- List<
GoogleCloudAiplatformV1DataItem> ? dataItems, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListDataItemsResponse({
this.dataItems,
this.nextPageToken,
});