GoogleCloudAiplatformV1ListIndexesResponse constructor

GoogleCloudAiplatformV1ListIndexesResponse({
  1. List<GoogleCloudAiplatformV1Index>? indexes,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListIndexesResponse({
  this.indexes,
  this.nextPageToken,
});