GoogleCloudMlV1ListJobsResponse constructor

GoogleCloudMlV1ListJobsResponse({
  1. List<GoogleCloudMlV1Job>? jobs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudMlV1ListJobsResponse({
  this.jobs,
  this.nextPageToken,
});