GoogleCloudRetailV2Tile constructor

GoogleCloudRetailV2Tile({
  1. GoogleCloudRetailV2ProductAttributeInterval? productAttributeInterval,
  2. GoogleCloudRetailV2ProductAttributeValue? productAttributeValue,
  3. String? representativeProductId,
})

Implementation

GoogleCloudRetailV2Tile({
  this.productAttributeInterval,
  this.productAttributeValue,
  this.representativeProductId,
});