GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse constructor

GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse({
  1. List<GoogleCloudDatalabelingV1beta1EvaluationJob>? evaluationJobs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse({
  this.evaluationJobs,
  this.nextPageToken,
});