GoogleCloudMlV1ListTrialsResponse constructor

GoogleCloudMlV1ListTrialsResponse({
  1. List<GoogleCloudMlV1Trial>? trials,
})

Implementation

GoogleCloudMlV1ListTrialsResponse({
  this.trials,
});