GoogleCloudAiplatformV1ListTrialsResponse constructor

GoogleCloudAiplatformV1ListTrialsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1Trial>? trials,
})

Implementation

GoogleCloudAiplatformV1ListTrialsResponse({
  this.nextPageToken,
  this.trials,
});