DataprocMetricConfig constructor

DataprocMetricConfig({
  1. List<Metric>? metrics,
})

Implementation

DataprocMetricConfig({
  this.metrics,
});