GoogleCloudMlV1RouteMap constructor

GoogleCloudMlV1RouteMap({
  1. String? health,
  2. String? predict,
})

Implementation

GoogleCloudMlV1RouteMap({
  this.health,
  this.predict,
});