GoogleCloudRetailV2ProductLevelConfig constructor

GoogleCloudRetailV2ProductLevelConfig({
  1. String? ingestionProductType,
  2. String? merchantCenterProductIdField,
})

Implementation

GoogleCloudRetailV2ProductLevelConfig({
  this.ingestionProductType,
  this.merchantCenterProductIdField,
});