GoogleCloudRecommendationengineV1beta1ProductCatalogItem class

ProductCatalogItem captures item metadata specific to retail products.

Properties

availableQuantity String?
The available quantity of the item.
getter/setter pair
canonicalProductUri String?
Canonical URL directly linking to the item detail page with a length limit of 5 KiB..
getter/setter pair
costs Map<String, double>?
A map to pass the costs associated with the product.
getter/setter pair
currencyCode String?
Only required if the price is set.
getter/setter pair
exactPrice GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice?
The exact product price.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
images List<GoogleCloudRecommendationengineV1beta1Image>?
Product images for the catalog item.
getter/setter pair
priceRange GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange?
The product price range.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stockState String?
Online stock state of the catalog item.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited