GoogleCloudRecommendationengineV1beta1ProductCatalogItem constructor
GoogleCloudRecommendationengineV1beta1ProductCatalogItem({
- String? availableQuantity,
- String? canonicalProductUri,
- Map<
String, double> ? costs, - String? currencyCode,
- GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice? exactPrice,
- List<
GoogleCloudRecommendationengineV1beta1Image> ? images, - GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange? priceRange,
- String? stockState,
Implementation
GoogleCloudRecommendationengineV1beta1ProductCatalogItem({
this.availableQuantity,
this.canonicalProductUri,
this.costs,
this.currencyCode,
this.exactPrice,
this.images,
this.priceRange,
this.stockState,
});