GoogleCloudDatalabelingV1beta1GcsSource constructor

GoogleCloudDatalabelingV1beta1GcsSource({
  1. String? inputUri,
  2. String? mimeType,
})

Implementation

GoogleCloudDatalabelingV1beta1GcsSource({
  this.inputUri,
  this.mimeType,
});