GoogleCloudRetailV2Tile constructor
GoogleCloudRetailV2Tile({
- GoogleCloudRetailV2ProductAttributeInterval? productAttributeInterval,
- GoogleCloudRetailV2ProductAttributeValue? productAttributeValue,
- String? representativeProductId,
Implementation
GoogleCloudRetailV2Tile({
this.productAttributeInterval,
this.productAttributeValue,
this.representativeProductId,
});