GoogleCloudAiplatformV1ListModelsResponse constructor

GoogleCloudAiplatformV1ListModelsResponse({
  1. List<GoogleCloudAiplatformV1Model>? models,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListModelsResponse({
  this.models,
  this.nextPageToken,
});