GoogleCloudAiplatformV1ListIndexesResponse constructor
GoogleCloudAiplatformV1ListIndexesResponse({
- List<
GoogleCloudAiplatformV1Index> ? indexes, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListIndexesResponse({
this.indexes,
this.nextPageToken,
});