GoogleCloudRetailV2GcsSource constructor

GoogleCloudRetailV2GcsSource({
  1. String? dataSchema,
  2. List<String>? inputUris,
})

Implementation

GoogleCloudRetailV2GcsSource({
  this.dataSchema,
  this.inputUris,
});