GoogleCloudDatalabelingV1beta1ImportDataRequest constructor

GoogleCloudDatalabelingV1beta1ImportDataRequest({
  1. GoogleCloudDatalabelingV1beta1InputConfig? inputConfig,
  2. String? userEmailAddress,
})

Implementation

GoogleCloudDatalabelingV1beta1ImportDataRequest({
  this.inputConfig,
  this.userEmailAddress,
});