GoogleCloudAiplatformV1ListEndpointsResponse constructor

GoogleCloudAiplatformV1ListEndpointsResponse({
  1. List<GoogleCloudAiplatformV1Endpoint>? endpoints,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListEndpointsResponse({
  this.endpoints,
  this.nextPageToken,
});