Google Cloud Recommendationengine V1beta1Product Catalog Item Response
data class GoogleCloudRecommendationengineV1beta1ProductCatalogItemResponse(val availableQuantity: String, val canonicalProductUri: String, val costs: Map<String, String>, val currencyCode: String, val exactPrice: GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPriceResponse, val images: List<GoogleCloudRecommendationengineV1beta1ImageResponse>, val priceRange: GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRangeResponse, val stockState: String)
ProductCatalogItem captures item metadata specific to retail products.
Constructors
Link copied to clipboard
fun GoogleCloudRecommendationengineV1beta1ProductCatalogItemResponse(availableQuantity: String, canonicalProductUri: String, costs: Map<String, String>, currencyCode: String, exactPrice: GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPriceResponse, images: List<GoogleCloudRecommendationengineV1beta1ImageResponse>, priceRange: GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRangeResponse, stockState: String)