GoogleCloudDatalabelingV1beta1SearchEvaluationsResponse constructor

GoogleCloudDatalabelingV1beta1SearchEvaluationsResponse({
  1. List<GoogleCloudDatalabelingV1beta1Evaluation>? evaluations,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDatalabelingV1beta1SearchEvaluationsResponse({
  this.evaluations,
  this.nextPageToken,
});