GoogleCloudAiplatformV1ListIndexEndpointsResponse constructor

GoogleCloudAiplatformV1ListIndexEndpointsResponse({
  1. List<GoogleCloudAiplatformV1IndexEndpoint>? indexEndpoints,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListIndexEndpointsResponse({
  this.indexEndpoints,
  this.nextPageToken,
});