GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse constructor

GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse({
  1. List<GoogleCloudDatalabelingV1beta1ExampleComparison>? exampleComparisons,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse({
  this.exampleComparisons,
  this.nextPageToken,
});