DataSource constructor

DataSource({
  1. String? dataSourceId,
  2. String? displayName,
  3. FileInput? fileInput,
  4. String? input,
  5. LocalInventoryDataSource? localInventoryDataSource,
  6. MerchantReviewDataSource? merchantReviewDataSource,
  7. String? name,
  8. PrimaryProductDataSource? primaryProductDataSource,
  9. ProductReviewDataSource? productReviewDataSource,
  10. PromotionDataSource? promotionDataSource,
  11. RegionalInventoryDataSource? regionalInventoryDataSource,
  12. SupplementalProductDataSource? supplementalProductDataSource,
})

Implementation

DataSource({
  this.dataSourceId,
  this.displayName,
  this.fileInput,
  this.input,
  this.localInventoryDataSource,
  this.merchantReviewDataSource,
  this.name,
  this.primaryProductDataSource,
  this.productReviewDataSource,
  this.promotionDataSource,
  this.regionalInventoryDataSource,
  this.supplementalProductDataSource,
});