GoogleCloudAiplatformV1ListIndexEndpointsResponse constructor
GoogleCloudAiplatformV1ListIndexEndpointsResponse({
- List<
GoogleCloudAiplatformV1IndexEndpoint> ? indexEndpoints, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListIndexEndpointsResponse({
this.indexEndpoints,
this.nextPageToken,
});