GoogleCloudDatalabelingV1p2alpha1ImportDataOperationResponse constructor

GoogleCloudDatalabelingV1p2alpha1ImportDataOperationResponse({
  1. String? dataset,
  2. int? importCount,
  3. int? totalCount,
})

Implementation

GoogleCloudDatalabelingV1p2alpha1ImportDataOperationResponse({
  this.dataset,
  this.importCount,
  this.totalCount,
});