GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse constructor
GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse({
- List<
GoogleCloudDatalabelingV1beta1ExampleComparison> ? exampleComparisons, - String? nextPageToken,
Implementation
GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse({
this.exampleComparisons,
this.nextPageToken,
});