GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest constructor

GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest({
  1. int? pageSize,
  2. String? pageToken,
})

Implementation

GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest({
  this.pageSize,
  this.pageToken,
});