GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse constructor
GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse({
- List<
GoogleCloudDatalabelingV1beta1EvaluationJob> ? evaluationJobs, - String? nextPageToken,
Implementation
GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse({
this.evaluationJobs,
this.nextPageToken,
});