GoogleCloudDatalabelingV1beta1SearchEvaluationsResponse constructor
GoogleCloudDatalabelingV1beta1SearchEvaluationsResponse({
- List<
GoogleCloudDatalabelingV1beta1Evaluation> ? evaluations, - String? nextPageToken,
Implementation
GoogleCloudDatalabelingV1beta1SearchEvaluationsResponse({
this.evaluations,
this.nextPageToken,
});